Subversion Repository Public Repository

litesoft

Diff Revisions 973 vs 974 for /trunk/Java/ScarPlus/src/com/esotericsoftware/filesupport/IFileFileProxy.java

Diff revisions: vs.
  @@ -33,6 +33,6 @@
33 33
34 34 @Override
35 35 public IFile getCanonicalFile() {
36 - return new IFileFileProxy( FileUtil.getCanonicalFile( mFile ) );
36 + return new IFileFileProxy( FileUtils.getCanonicalFile( mFile ) );
37 37 }
38 38 }