Subversion Repository Public Repository

litesoft

Diff Revisions 959 vs 974 for /trunk/Java/ScarPlus/src/com/esotericsoftware/filesystem/ZipFactory.java

Diff revisions: vs.
  @@ -13,7 +13,7 @@
13 13 public ZipFactory FOR_ZIPS = new ZipFactory() {
14 14 @Override
15 15 public ZipOutputStream createZOS( String pFilePath, List<FilePath> pPaths ) {
16 - return new ZipOutputStream( FileUtil.createBufferedFileOutputStream( pFilePath ) );
16 + return new ZipOutputStream( FileUtils.createBufferedFileOutputStream( pFilePath ) );
17 17 }
18 18
19 19 @Override