[Yanel-commits] rev 53788 - public/yanel/trunk/src/resources/file/src/java/org/wyona/yanel/impl/resources/node

michi at wyona.com michi at wyona.com
Thu Oct 7 22:49:08 CEST 2010


Author: michi
Date: 2010-10-07 22:49:06 +0200 (Thu, 07 Oct 2010)
New Revision: 53788

Modified:
   public/yanel/trunk/src/resources/file/src/java/org/wyona/yanel/impl/resources/node/NodeResource.java
Log:
javadoc fixed

Modified: public/yanel/trunk/src/resources/file/src/java/org/wyona/yanel/impl/resources/node/NodeResource.java
===================================================================
--- public/yanel/trunk/src/resources/file/src/java/org/wyona/yanel/impl/resources/node/NodeResource.java	2010-10-07 16:17:04 UTC (rev 53787)
+++ public/yanel/trunk/src/resources/file/src/java/org/wyona/yanel/impl/resources/node/NodeResource.java	2010-10-07 20:49:06 UTC (rev 53788)
@@ -309,7 +309,7 @@
     }
 
     /**
-     *
+     * @see org.wyona.yanel.core.api.attributes.CreatableV2#create(HttpServletRequest)
      */
     public void create(HttpServletRequest request) {
         try {
@@ -362,7 +362,7 @@
     }
 
     /**
-     *
+     * @see org.wyona.yanel.core.api.attributes.CreatableV2#createRTIProperties(HttpServletRequest)
      */
     public java.util.HashMap createRTIProperties(HttpServletRequest request) {
         java.util.HashMap map = new java.util.HashMap();
@@ -377,7 +377,7 @@
     }
 
     /**
-     * Use suggested name if not null or empty, otherwise use name of uploaded file
+     * @see org.wyona.yanel.core.api.attributes.CreatableV2#getCreateName(String)
      */
     public String getCreateName(String suggestedName) {
         if (suggestedName != null && !suggestedName.equals("")) return suggestedName;
@@ -396,8 +396,9 @@
         }
         return null;
     }
+
     /**
-     *
+     * @see org.wyona.yanel.core.api.attributes.CreatableV2#getPropertyType(String)
      */
     public String getPropertyType(String name) {
         return CreatableV2.TYPE_UPLOAD;



More information about the Yanel-commits mailing list