[Yanel-commits] rev 38005 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/map

michi at wyona.com michi at wyona.com
Thu Aug 14 15:41:19 CEST 2008


Author: michi
Date: 2008-08-14 15:41:19 +0200 (Thu, 14 Aug 2008)
New Revision: 38005

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java
Log:
log message improved and deprecated set

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java	2008-08-14 13:39:30 UTC (rev 38004)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/map/Realm.java	2008-08-14 13:41:19 UTC (rev 38005)
@@ -461,9 +461,10 @@
 
     /**
      * Please note that the root-dir element is optional
+     * @deprecated
      */
     public File getRootDir() {
-        log.warn("Try to avoid using the getRootDir() method!");
+        log.warn("TODO: Try to avoid using the getRootDir() method because this method is deprecated!");
         return this.rootDir;
     }
 



More information about the Yanel-commits mailing list