Mercurial > 510Connectbot
diff 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 |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/SFTPv3DirectoryEntry.java Tue Jul 29 20:28:01 2014 -0700 +++ b/src/ch/ethz/ssh2/SFTPv3DirectoryEntry.java Wed Jul 30 12:09:51 2014 -0700 @@ -37,12 +37,10 @@ */ public SFTPv3FileAttributes attributes; - @Override public String getFilename() { return filename; } - @Override public SFTPv3FileAttributes getAttributes() { return attributes; }