Author: pwang
Date: 2010-10-26 11:38:26 -0700 (Tue, 26 Oct 2010)
New Revision: 22444

Modified:
   
core3/property-api/trunk/src/main/java/org/cytoscape/property/BasicCyProperty.java
   core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java
Log:
Update doc

Modified: 
core3/property-api/trunk/src/main/java/org/cytoscape/property/BasicCyProperty.java
===================================================================
--- 
core3/property-api/trunk/src/main/java/org/cytoscape/property/BasicCyProperty.java
  2010-10-26 18:23:58 UTC (rev 22443)
+++ 
core3/property-api/trunk/src/main/java/org/cytoscape/property/BasicCyProperty.java
  2010-10-26 18:38:26 UTC (rev 22444)
@@ -12,6 +12,8 @@
        private final Properties properties;
 
        /**
+        * Properties is a non-null Properties object that this CyProperty 
object
+        * should encapsulate.
         * @param properties The non-null Properties object this CyProperty 
object
         * should encapsulate.  Throws NullPointerException if Properties is 
null.
         */

Modified: 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java
===================================================================
--- 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java   
    2010-10-26 18:23:58 UTC (rev 22443)
+++ 
core3/property-api/trunk/src/main/java/org/cytoscape/property/CyProperty.java   
    2010-10-26 18:38:26 UTC (rev 22444)
@@ -11,7 +11,8 @@
 public interface CyProperty<P> {
 
        /**
-        * @return A property object to type P.
+        * Return a property object
+        * @return A property object of type P.
         */
        public P getProperties();
 }

-- 
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