10111213141516171819
*/ public class CopyCommonFileTest { @Test public void test() { try { new CopyCommonFile().copy(); } catch (Exception e) { e.printStackTrace(); } }