This commit is contained in:
Shikhar Bhushan
2010-03-12 16:52:09 +01:00
parent d886d439d2
commit 24f6303ca1

View File

@@ -54,7 +54,7 @@ public interface ModeSetter {
void setPermissions(File f, int perms)
throws IOException;
/** Whether this implementation is interested in preserving mtime and atime. */
/** @return whether this implementation is interested in preserving mtime and atime. */
boolean preservesTimes();
}