Author: andy
Date: Fri Apr 18 10:37:28 2014
New Revision: 1588437

URL: http://svn.apache.org/r1588437
Log:
JENA-678

Modified:
    jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/ontology/OntResource.java

Modified: 
jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/ontology/OntResource.java
URL: 
http://svn.apache.org/viewvc/jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/ontology/OntResource.java?rev=1588437&r1=1588436&r2=1588437&view=diff
==============================================================================
--- 
jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/ontology/OntResource.java 
(original)
+++ 
jena/trunk/jena-core/src/main/java/com/hp/hpl/jena/ontology/OntResource.java 
Fri Apr 18 10:37:28 2014
@@ -351,7 +351,7 @@ public interface OntResource
 
     /**
      * <p>Answer an iterator over all of the label literals for this 
resource.</p>
-     * @param lang The language tag to restrict the listed comments to, or 
null to select all comments
+     * @param lang The language tag to restrict the listed labels to, or null 
to select all labels
      * @return An iterator over RDF {@link Literal}'s.
      * @exception OntProfileException If the {@link Profile#LABEL()} property 
is not supported in the current language profile.
      */


Reply via email to