You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by fabriziocucci <gi...@git.apache.org> on 2018/06/22 13:10:40 UTC

[GitHub] jena pull request #438: Fix javadoc in OntModel

GitHub user fabriziocucci opened a pull request:

    https://github.com/apache/jena/pull/438

    Fix javadoc in OntModel

    Fixed order of parameters description as they appear in the corresponding method signature (first `uri`, then `cls`).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fabriziocucci/jena patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/438.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #438
    
----
commit 571f3de458e911e566ebb4eaba2199b48cd16ec5
Author: Fabrizio Cucci <fa...@...>
Date:   2018-06-22T13:10:25Z

    Fix javadoc in OntModel
    
    Fixed order of parameters description as they appear in the corresponding method signature (first `uri`, then `cls`).

----


---

[GitHub] jena pull request #438: Fix javadoc in OntModel

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/jena/pull/438


---

[GitHub] jena issue #438: Fix javadoc in OntModel

Posted by afs <gi...@git.apache.org>.
Github user afs commented on the issue:

    https://github.com/apache/jena/pull/438
  
    Thanks!


---