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

michi at wyona.com michi at wyona.com
Thu Aug 13 16:42:57 CEST 2009


Author: michi
Date: 2009-08-13 16:42:57 +0200 (Thu, 13 Aug 2009)
New Revision: 44181

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	2009-08-13 14:42:09 UTC (rev 44180)
+++ public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java	2009-08-13 14:42:57 UTC (rev 44181)
@@ -64,7 +64,7 @@
     }
 
     /**
-     * Generates view
+     * @see org.wyona.yanel.core.api.attributes.VersionableV2#getView(String, String)
      */
     public View getView(String viewId, String revisionName) throws Exception {
         Repository repo = getRealm().getRepository();
@@ -242,6 +242,9 @@
         return revisionInfos;
     }
 
+    /**
+     * @see org.wyona.yanel.core.api.attributes.VersionableV2#checkin()
+     */
     public void checkin(String comment) throws Exception {
         Node node = getRealm().getRepository().getNode(getPath());
         Revision revision = node.checkin(comment);



More information about the Yanel-commits mailing list