Subversion Repository Public Repository

litesoft

Diff Revisions 63 vs 72 for /trunk/Java/core/Server/src/org/litesoft/util/FileUtils.java

Diff revisions: vs.
  @@ -66,6 +66,7 @@
66 66 return new StringMatcherFilenameFilter( zSM );
67 67 }
68 68
69 + @SuppressWarnings({"UnusedDeclaration"})
69 70 public static String locateFile( String pFile )
70 71 throws FileSystemException
71 72 {
  @@ -235,6 +236,7 @@
235 236 }
236 237 }
237 238
239 + @SuppressWarnings({"UnusedDeclaration"})
238 240 public static String loadTextFileAsString( File pFile )
239 241 throws FileSystemException
240 242 {