[Yanel-commits] rev 35827 - public/yanel/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect

michi at wyona.com michi at wyona.com
Mon Apr 21 08:49:30 CEST 2008


Author: michi
Date: 2008-04-21 08:49:29 +0200 (Mon, 21 Apr 2008)
New Revision: 35827

Modified:
   public/yanel/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java
Log:
obsolete warning removed

Modified: public/yanel/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java
===================================================================
--- public/yanel/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java	2008-04-21 06:45:23 UTC (rev 35826)
+++ public/yanel/contributions/resources/redirect/src/java/org/wyona/yanel/impl/resources/redirect/RedirectResource.java	2008-04-21 06:49:29 UTC (rev 35827)
@@ -146,10 +146,9 @@
     }
     
     /**
-     *
+     * Always return true, because if a resource config is set, then it also exists. TODO: One might want to consider a more sophisticated exists() ...
      */
     public boolean exists() throws Exception {
-        log.warn("Not implemented yet!");
         return true; 
     }
     



More information about the Yanel-commits mailing list