|
@@ -518,7 +518,7 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
- public synchronized void zipInputStream(ZipOutputStream out, String key, InputStream in) throws Exception {
|
|
|
|
|
|
+ public void zipInputStream(ZipOutputStream out, String key, InputStream in) throws Exception {
|
|
out.putNextEntry(new org.apache.tools.zip.ZipEntry(key));
|
|
out.putNextEntry(new org.apache.tools.zip.ZipEntry(key));
|
|
byte[] bytes = new byte[1024];
|
|
byte[] bytes = new byte[1024];
|
|
int b = 0;
|
|
int b = 0;
|