Subversion Repository Public Repository

litesoft

Diff Revisions 822 vs 823 for /trunk/Java/core/Server/src/org/litesoft/util/Utils.java

Diff revisions: vs.
  @@ -13,18 +13,8 @@
13 13 import org.litesoft.core.util.*;
14 14
15 15 @SuppressWarnings({"UnusedDeclaration"})
16 - public class Utils extends UtilsCommon
16 + public class Utils
17 17 {
18 - public static String currentWorkingDirectory()
19 - {
20 - return System.getProperty( "user.dir" );
21 - }
22 -
23 - public static String tempDirectory()
24 - {
25 - return System.getProperty( "java.io.tmpdir" );
26 - }
27 -
28 18 public static Timestamp getCurrentTimestamp()
29 19 {
30 20 return new Timestamp( new GregorianCalendar().getTimeInMillis() );