Commit 2e5e5f10b8f9e08ea7197eee2f759d3d659f5d98

Authored by 潘钊
1 parent d7fbf13f

update

src/main/java/com/bsth/util/Test.java
... ... @@ -102,10 +102,10 @@ public class Test {
102 102 }
103 103 return target;
104 104 }
105   -
  105 +/*
106 106 public static void main(String[] args) {
107 107 File[] sources = new File[] {new File("D:/test.txt"), new File("D:/test1.txt")};
108 108 File target = new File("release_package.tar");
109 109 File gzFile = compress(pack(sources, target));
110   - }
  110 + }*/
111 111 }
... ...