Subversion Repository Public Repository

litesoft

Diff Revisions 315 vs 316 for /trunk/Java/ScarPlus/src/com/esotericsoftware/filesystem/Paths.java

Diff revisions: vs.
  @@ -34,6 +34,11 @@
34 34 glob( dir, patterns );
35 35 }
36 36
37 + public Long getGreatestLastModified()
38 + {
39 + return isEmpty() ? null : mPaths.getGreatestLastModified();
40 + }
41 +
37 42 public boolean isEmpty()
38 43 {
39 44 return mPaths.isEmpty();