Author: fmui
Date: Fri Apr 25 13:48:33 2014
New Revision: 1590027

URL: http://svn.apache.org/r1590027
Log:
corrected JavaDoc

Modified:
    
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/definitions/PropertyDefinition.java

Modified: 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/definitions/PropertyDefinition.java
URL: 
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/definitions/PropertyDefinition.java?rev=1590027&r1=1590026&r2=1590027&view=diff
==============================================================================
--- 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/definitions/PropertyDefinition.java
 (original)
+++ 
chemistry/opencmis/trunk/chemistry-opencmis-commons/chemistry-opencmis-commons-api/src/main/java/org/apache/chemistry/opencmis/commons/definitions/PropertyDefinition.java
 Fri Apr 25 13:48:33 2014
@@ -167,7 +167,7 @@ public interface PropertyDefinition<T> e
     /**
      * Returns the default value.
      * 
-     * @return the default value (list) or {@code null} if no default value is
+     * @return the default value (list) or an empty list if no default value is
      *         defined
      * 
      * @cmis 1.0
@@ -177,7 +177,7 @@ public interface PropertyDefinition<T> e
     /**
      * Returns the choices for this property.
      * 
-     * @return the choices or {@code null} if no choices are defined
+     * @return the choices or an empty list if no choices are defined
      * 
      * @cmis 1.0
      */


Reply via email to