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

michi at wyona.com michi at wyona.com
Tue Jul 5 14:02:12 CEST 2011


Author: michi
Date: 2011-07-05 14:02:12 +0200 (Tue, 05 Jul 2011)
New Revision: 59175

Modified:
   public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java
Log:
more 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-05 12:00:00 UTC (rev 59174)
+++ public/yanel/trunk/src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java	2011-07-05 12:02:12 UTC (rev 59175)
@@ -754,7 +754,7 @@
     }
     
     /**
-     * @see org.wyona.yanel.core.api.attributes.AnnotatableV1 at setAnnotation(String)
+     * @see org.wyona.yanel.core.api.attributes.AnnotatableV1#setAnnotation(String)
      */
     public void setAnnotation(String name) throws Exception {
         readAnnotations();
@@ -780,7 +780,7 @@
     }
 
     /**
-     * @see org.wyona.yanel.core.api.attributes.AnnotatableV1 at clearAllAnnotations()
+     * @see org.wyona.yanel.core.api.attributes.AnnotatableV1#clearAllAnnotations()
      */
     public void clearAllAnnotations() throws Exception{
         readAnnotations();
@@ -789,7 +789,7 @@
     }
 	
     /**
-     * @see org.wyona.yanel.core.api.attributes.AnnotatableV1 at getAnnotations()
+     * @see org.wyona.yanel.core.api.attributes.AnnotatableV1#getAnnotations()
      */
     public String[] getAnnotations() throws Exception {
         readAnnotations();



More information about the Yanel-commits mailing list