[Yanel-commits] rev 31668 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Tue Feb 12 08:46:56 CET 2008


Author: michi
Date: 2008-02-12 08:46:55 +0100 (Tue, 12 Feb 2008)
New Revision: 31668

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
Log:
more javadoc added

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java	2008-02-12 07:39:03 UTC (rev 31667)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java	2008-02-12 07:46:55 UTC (rev 31668)
@@ -49,7 +49,7 @@
     public HashMap createRTIProperties(HttpServletRequest request);
 
     /**
-     * Allows overwriting the name for the new resource which is suggested by Yanel or rather by the user input. This is useful if one wants to dynamically generate names which are for instance based on a timestamp.
+     * Allows overwriting the name for the new resource which is suggested by Yanel or rather by the user input. This is useful if one wants to dynamically generate names which are for instance based on a timestamp. Return null if the resource shall not be associated with a resource configuration. This can useful for resources which are used "internally", e.g. the Yanel-User resource.
      */
     public String getCreateName(String suggestedName);
 }



More information about the Yanel-commits mailing list