diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-22 01:17:18 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-09-27 22:24:06 +0200 |
commit | 9e5380e7fb797e83b6f6b5754249bea4cae534e7 (patch) | |
tree | 76a412f1bab35bbca849f2a62e725b48e71c1951 /org.eclipse.jgit.ant/build.properties | |
parent | d35245e906c0a1dcbd50173150ea1eb0697ce71c (diff) | |
download | jgit-9e5380e7fb797e83b6f6b5754249bea4cae534e7.tar.gz jgit-9e5380e7fb797e83b6f6b5754249bea4cae534e7.zip |
Use java.nio.file consistently in FS
Since 4.0 we require Java 7 so there is no longer a need to override the
following methods in FS_POSIX, FS_Win32, FS_Win32_Cygwin
- lastModified()
- setLastModified()
- length()
- isSymlink()
- exists()
- isDirectory()
- isFile()
- isHidden()
Hence implement these methods in FS and remove overrides in subclasses.
Change-Id: I5dbde6ec806c66c86ac542978918361461021294
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant/build.properties')
0 files changed, 0 insertions, 0 deletions