Subversion Repository Public Repository

litesoft

Diff Revisions 298 vs 299 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/Utils.java

Diff revisions: vs.
  @@ -141,7 +141,7 @@
141 141 return !file.exists() || delete( file );
142 142 }
143 143
144 - private static boolean delete( File file )
144 + static public boolean delete( File file )
145 145 {
146 146 if ( file.isDirectory() )
147 147 {