[Yanel-commits] rev 20789 - public/yanel/trunk/src/resources/show-realms/src/java/org/wyona/yanel/impl/resources

simon at wyona.com simon at wyona.com
Wed Dec 13 09:22:02 CET 2006


Author: simon
Date: 2006-12-13 09:21:41 +0100 (Wed, 13 Dec 2006)
New Revision: 20789

Modified:
   public/yanel/trunk/src/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java
Log:
removed getTime methode because it's not used.

Modified: public/yanel/trunk/src/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java
===================================================================
--- public/yanel/trunk/src/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java	2006-12-13 01:48:18 UTC (rev 20788)
+++ public/yanel/trunk/src/resources/show-realms/src/java/org/wyona/yanel/impl/resources/ShowRealms.java	2006-12-13 08:21:41 UTC (rev 20789)
@@ -295,18 +295,4 @@
       if (path.toString().equals(File.separator)) return true;
       return false;
   }
-  
-  private String getTime(){
-      Calendar cal = Calendar.getInstance(java.util.TimeZone.getDefault());
-      
-      String DATE_FORMAT = "yyyy-MM-dd HH:mm:ss";
-      java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat(DATE_FORMAT);
-
-      sdf.setTimeZone(java.util.TimeZone.getDefault());          
-            
-      String time = sdf.format(cal.getTime());
-      return time;
-      
-  }
-  
 }




More information about the Yanel-commits mailing list