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 <fabrizio.cucci@...>
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`).
----
---