[Yanel-commits] rev 59212 - public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Wed Jul 6 16:02:09 CEST 2011


Author: michi
Date: 2011-07-06 16:02:09 +0200 (Wed, 06 Jul 2011)
New Revision: 59212

Modified:
   public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java
Log:
javadoc fixed

Modified: public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java
===================================================================
--- public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java	2011-07-06 13:59:53 UTC (rev 59211)
+++ public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java	2011-07-06 14:02:09 UTC (rev 59212)
@@ -326,7 +326,7 @@
     }
 
     /**
-     * @see org.wyona.yanel.core.api.attributes.VersionableV2#checkin()
+     * @see org.wyona.yanel.core.api.attributes.VersionableV2#checkin(String)
      */
     public void checkin(String comment) throws Exception {
         Node node = getRealm().getRepository().getNode(getPath());
@@ -427,7 +427,7 @@
 
 
     /**
-     * @see org.wyona.yanel.core.api.attributes.CreatableV2#create()
+     * @see org.wyona.yanel.core.api.attributes.CreatableV2#create(HttpServletRequest)
      */
     public void create(HttpServletRequest request) {
         if (log.isDebugEnabled()) log.debug("Create XML resource ...");



More information about the Yanel-commits mailing list