You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/01/10 14:19:24 UTC

[jena] branch main updated: Fix typo on OntModel.java

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new 03ed1fc  Fix typo on OntModel.java
     new bd030f2  Merge pull request #1160 from pauloaug/patch-1
03ed1fc is described below

commit 03ed1fce5e520fdbc88442338b0dcada2b99b47d
Author: Paulo <80...@users.noreply.github.com>
AuthorDate: Mon Jan 10 10:49:28 2022 -0300

    Fix typo on OntModel.java
    
    Fix typo on Javadoc of method listSubModels( boolean withImports ).
---
 jena-core/src/main/java/org/apache/jena/ontology/OntModel.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-core/src/main/java/org/apache/jena/ontology/OntModel.java b/jena-core/src/main/java/org/apache/jena/ontology/OntModel.java
index 803ed95..a7e23be 100644
--- a/jena-core/src/main/java/org/apache/jena/ontology/OntModel.java
+++ b/jena-core/src/main/java/org/apache/jena/ontology/OntModel.java
@@ -1331,7 +1331,7 @@ public interface OntModel
      *
      * @param withImports If true, each sub-model returned by this method
      * will also include its import models. So if model A imports D, and D
-     * imports D, when called with <code>withImports</code> set to true, the
+     * imports E, when called with <code>withImports</code> set to true, the
      * return value for <code>modelA.listSubModels(true)</code> will be an
      * iterator, whose only value is a model for D, and that model will contain
      * a sub-model representing the import of E. If <code>withImports</code>