Commit ad4380bdb8f044807fd06e448b32672a6b199950

Authored by 潘钊
1 parent 502f6f7f

update

src/main/java/com/bsth/util/FTPClientUtils.java
... ... @@ -134,16 +134,4 @@ public class FTPClientUtils {
134 134 }
135 135  
136 136 }
137   -
138   - public static void main(String[] args){
139   -
140   - FTPClientUtils testFClient = new FTPClientUtils();
141   -
142   - System.out.println(4.18f+ 1.35f);
143   -
144   -
145   - // testFClient.testUpLoadFromString();
146   -
147   - }
148   -
149 137 }
... ...