This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 2e605d1bb988de4f59152e697e45f86d4ab137b4
Author: Andy Seaborne <a...@apache.org>
AuthorDate: Wed Jul 10 17:23:02 2024 +0100

    Reformat
---
 .../main/java/org/apache/jena/tdb2/assembler/VocabTDB2.java    | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git 
a/jena-tdb2/src/main/java/org/apache/jena/tdb2/assembler/VocabTDB2.java 
b/jena-tdb2/src/main/java/org/apache/jena/tdb2/assembler/VocabTDB2.java
index 0495269c64..8eea1033de 100644
--- a/jena-tdb2/src/main/java/org/apache/jena/tdb2/assembler/VocabTDB2.java
+++ b/jena-tdb2/src/main/java/org/apache/jena/tdb2/assembler/VocabTDB2.java
@@ -70,19 +70,15 @@ public class VocabTDB2
 
     static { init(); }
 
-    static public synchronized void init()
-    {
+    static public synchronized void init() {
         if ( initialized )
             return;
         registerWith(Assembler.general);
         initialized = true;
     }
 
-    static void registerWith(AssemblerGroup g)
-    {
-        // Wire in the extension assemblers (extensions relative to the Jena 
assembler framework)
-        // Domain and range for properties.
-        // Separated and use ja:imports
+    static void registerWith(AssemblerGroup g) {
+        // Wire in the assemblers.
         AssemblerUtils.registerDataset(tDatasetTDB, new 
DatasetAssemblerTDB2());
         AssemblerUtils.registerDataset(tDatasetTDB_alt, new 
DatasetAssemblerTDB2());
         AssemblerUtils.register(ConstAssembler.general(), tGraphTDB, new 
TDB2GraphAssembler(), JA.Model);

Reply via email to