dengsixing преди 3 години
родител
ревизия
e51c4874fc

+ 1 - 1
4dkankan-center-scene-download/src/main/java/com/fdkankan/download/service/impl/SceneDownloadHandlerServiceImpl.java

@@ -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));
         byte[] bytes = new byte[1024];
         int b = 0;