Repository: jena
Updated Branches:
  refs/heads/master ddebc5967 -> ee19516e9


Fix text mentioning package names


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/ee19516e
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/ee19516e
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/ee19516e

Branch: refs/heads/master
Commit: ee19516e92efbdb2da955967edecf1b7239b8162
Parents: ddebc59
Author: Andy Seaborne <[email protected]>
Authored: Mon Oct 31 11:55:51 2016 +0000
Committer: Andy Seaborne <[email protected]>
Committed: Mon Oct 31 11:55:51 2016 +0000

----------------------------------------------------------------------
 .../java/org/apache/jena/ontology/impl/package.html     |  2 +-
 .../org/apache/jena/reasoner/rulesys/impl/package.html  | 12 +++++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/ee19516e/jena-core/src/main/java/org/apache/jena/ontology/impl/package.html
----------------------------------------------------------------------
diff --git a/jena-core/src/main/java/org/apache/jena/ontology/impl/package.html 
b/jena-core/src/main/java/org/apache/jena/ontology/impl/package.html
index 949ae43..19c2e12 100644
--- a/jena-core/src/main/java/org/apache/jena/ontology/impl/package.html
+++ b/jena-core/src/main/java/org/apache/jena/ontology/impl/package.html
@@ -23,7 +23,7 @@
        <body>
                <p>
                        Provides default implementations for the abstractions 
defined in the 
-                       
<code>com&#046;hp&#046;hpl&#046;jena&#046;ontology</code> package.
+                       <code>org.apache.jena.ontology</code> package.
                </p>
        </body>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/jena/blob/ee19516e/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/impl/package.html
----------------------------------------------------------------------
diff --git 
a/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/impl/package.html 
b/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/impl/package.html
index f6f054b..18bd3e8 100755
--- a/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/impl/package.html
+++ b/jena-core/src/main/java/org/apache/jena/reasoner/rulesys/impl/package.html
@@ -18,10 +18,16 @@
 
 <html>
        <head>
-               <title>Package documentation for 
com.hp.hpl.jena.reasoner.rulesys.impl</title>
+               <title>Package documentation for 
org.apache.jena.reasoner.rulesys.impl</title>
        </head>
        <body>
                <p>
-                       Internal implementation objects used by the rule system 
interpreters
                        and compilers. Note that the class in here are not 
intended for 
                        general use. In particular, they are primarily stucts 
rather than
                        correctly encasulated objects (i.e. they access each 
other's fields
                        directly in some cases, instead of indirectly through 
accessor methods).
-           </p>

        </body>
+                       Internal implementation objects used by the rule system 
interpreters
+                       and compilers. Note that the class in here are not 
intended for 
+                       general use. In particular, they are primarily stucts 
rather than
+                       correctly encasulated objects (i.e. they access each 
other's fields
+                       directly in some cases, instead of indirectly through 
accessor methods).
+           </p>
+
+       </body>
 </html>
\ No newline at end of file

Reply via email to