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 2013/02/11 11:06:35 UTC

svn commit: r1444710 - in /jena/site/trunk/content/documentation: query/logging.mdtext tdb/quadfilter.mdtext

Author: andy
Date: Mon Feb 11 10:06:34 2013
New Revision: 1444710

URL: http://svn.apache.org/r1444710
Log:
org.openjena -> org.aapche.jena

Modified:
    jena/site/trunk/content/documentation/query/logging.mdtext
    jena/site/trunk/content/documentation/tdb/quadfilter.mdtext

Modified: jena/site/trunk/content/documentation/query/logging.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/logging.mdtext?rev=1444710&r1=1444709&r2=1444710&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/logging.mdtext (original)
+++ jena/site/trunk/content/documentation/query/logging.mdtext Mon Feb 11 10:06:34 2013
@@ -37,7 +37,7 @@ documentation](http://logging.apache.org
 for full details of log4j.
 
 The reading of `log4j.properties` from the current directory is achieved
-by a call to `org.openjena.atlas.logging.Log.setlog4j()`.
+by a call to `org.apache.jena.atlas.logging.Log.setlog4j()`.
 
 Example log4j.properties file:
 
@@ -54,7 +54,7 @@ Example log4j.properties file:
 
     # Other
     log4j.logger.com.hp.hpl.jena=WARN
-    log4j.logger.org.openjena=WARN
+    log4j.logger.org.apache.jena=WARN
 
 A [Fuseki](../serving/data/index.html)
 server output can include [ARQ execution logging](explain.html "ARQ/Explain").

Modified: jena/site/trunk/content/documentation/tdb/quadfilter.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/quadfilter.mdtext?rev=1444710&r1=1444709&r2=1444710&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/quadfilter.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/quadfilter.mdtext Mon Feb 11 10:06:34 2013
@@ -24,7 +24,7 @@ pattern and it is as if it is not in the
 
 The filter has a signature of:
 
-     // org.openjena.atlas.iterator.Filter
+     // org.apache.jena.atlas.iterator.Filter
      interface Filter<T>
      {
         public boolean accept(T item) ;