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 2012/10/04 15:37:56 UTC

svn commit: r1394070 - /jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/assembler/VocabTDB.java

Author: andy
Date: Thu Oct  4 13:37:55 2012
New Revision: 1394070

URL: http://svn.apache.org/viewvc?rev=1394070&view=rev
Log:
Rename rgister -> registerWith

Modified:
    jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/assembler/VocabTDB.java

Modified: jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/assembler/VocabTDB.java
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/assembler/VocabTDB.java?rev=1394070&r1=1394069&r2=1394070&view=diff
==============================================================================
--- jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/assembler/VocabTDB.java (original)
+++ jena/trunk/jena-tdb/src/main/java/com/hp/hpl/jena/tdb/assembler/VocabTDB.java Thu Oct  4 13:37:55 2012
@@ -62,7 +62,6 @@ public class VocabTDB
     public static final Property pName              = Vocab.property(getURI(), "name") ;
     public static final Property pValue             = Vocab.property(getURI(), "value") ;
     
-    
     private static boolean initialized = false ; 
     
     static { init() ; }
@@ -71,11 +70,11 @@ public class VocabTDB
     {
         if ( initialized )
             return ;
-        register(Assembler.general) ;
+        registerWith(Assembler.general) ;
         initialized = true ;
     }
     
-    static public void register(AssemblerGroup g)
+    static void registerWith(AssemblerGroup g)
     {
         // Wire in the extension assemblers (extensions relative to the Jena assembler framework)
         // Domain and range for properties.