Author: andy
Date: Fri Apr 18 10:42:07 2014
New Revision: 1588438
URL: http://svn.apache.org/r1588438
Log:
JENA-677
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=1588438&r1=1588437&r2=1588438&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:42:07 2014
@@ -197,9 +197,9 @@ public interface OntResource
public Resource getSeeAlso();
/**
- * <p>Answer an iterator over all of the resources that are declared to
provide addition
+ * <p>Answer an iterator over all of the resources that are declared to
provide additional
* information about this resource.</p>
- * @return An iterator over the resources providing additional definition
on this resource.
+ * @return An iterator over the resources providing additional information
on this resource.
* @exception OntProfileException If the {@link Profile#SEE_ALSO()}
property is not supported in the current language profile.
*/
public ExtendedIterator<RDFNode> listSeeAlso();