Author: mkirby
Date: 2011-11-01 00:09:47 -0700 (Tue, 01 Nov 2011)
New Revision: 27354

Modified:
   
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/BasicCyProperty.java
   
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/CyProperty.java
   
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
Log:
Fixed Javadoc.

Modified: 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/BasicCyProperty.java
===================================================================
--- 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/BasicCyProperty.java
      2011-11-01 06:34:47 UTC (rev 27353)
+++ 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/BasicCyProperty.java
      2011-11-01 07:09:47 UTC (rev 27354)
@@ -7,6 +7,7 @@
 /**
  * A simple implementation of CyProperty<Properties> suitable for 
  * general purpose use. 
+ * @CyAPI.Final.Class
  */
 public final class BasicCyProperty implements CyProperty<Properties> {
        

Modified: 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/CyProperty.java
===================================================================
--- 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/CyProperty.java
   2011-11-01 06:34:47 UTC (rev 27353)
+++ 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/CyProperty.java
   2011-11-01 07:09:47 UTC (rev 27354)
@@ -13,10 +13,13 @@
  * {@link org.cytoscape.property.bookmark.Bookmarks}, or
  * {@link org.cytoscape.property.session.Cysession}, although it is possible 
for 
  * property objects of other types to be registered in this way as well.
+ * @CyAPI.Api.Interface #ASKMIKE
  */
 public interface CyProperty<P> {
 
-       /** SavePolicy specifies how the CyProperty will be saved, or if it 
will not be saved. */
+       /** SavePolicy specifies how the CyProperty will be saved, or if it 
will not be saved. 
+        * @CyAPI.Enum.Class
+        */
        enum SavePolicy {
                /** These properties are preset by Cytoscape to some default 
value and
                 *  are never written out. */

Modified: 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
===================================================================
--- 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
       2011-11-01 06:34:47 UTC (rev 27353)
+++ 
core3/api/trunk/property-api/src/main/java/org/cytoscape/property/bookmark/BookmarksUtil.java
       2011-11-01 07:09:47 UTC (rev 27354)
@@ -2,7 +2,8 @@
 
 import java.util.List;
 /**
- * A set of utility methods to manipulate the bookmarks
+ * A set of utility methods to manipulate the bookmarks.
+ * @CyAPI.Api.Interface #ASKMIKE
  */
 public interface BookmarksUtil {
 
@@ -46,7 +47,7 @@
                        DataSource pDataSource);
 
        /**
-        * Delete a bookmark (pDataSource) from the categoty (pCategoryName) in 
the bookmarks object (pBookmarks)
+        * Delete a bookmark (pDataSource) from the category (pCategoryName) in 
the bookmarks object (pBookmarks)
         * 
         * @param pBookmarks Bookmark object, which hold a set of bookmark
         *  

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to