Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/SFTPv3DirectoryEntry.java @ 305:d2b303406d63 ganymed
remove extra override annotations that generate eclipse compiler errors
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2014 12:09:51 -0700 |
parents | 91a31873c42a |
children |
comparison
equal
deleted
inserted
replaced
304:abad243cb341 | 305:d2b303406d63 |
---|---|
35 /** | 35 /** |
36 * The attributes of this entry. | 36 * The attributes of this entry. |
37 */ | 37 */ |
38 public SFTPv3FileAttributes attributes; | 38 public SFTPv3FileAttributes attributes; |
39 | 39 |
40 @Override | |
41 public String getFilename() { | 40 public String getFilename() { |
42 return filename; | 41 return filename; |
43 } | 42 } |
44 | 43 |
45 @Override | |
46 public SFTPv3FileAttributes getAttributes() { | 44 public SFTPv3FileAttributes getAttributes() { |
47 return attributes; | 45 return attributes; |
48 } | 46 } |
49 | 47 |
50 @Override | 48 @Override |