Skip to content

Commit

Permalink
JENA-1471: Merge commit 'refs/pull/347/head' of github.com:apache/jena
Browse files Browse the repository at this point in the history
This closes apache#347.
  • Loading branch information
afs committed Jan 30, 2018
2 parents 3ac175b + 17acb26 commit e2194a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
import org.slf4j.LoggerFactory ;

public class TDB2 {

private TDB2() {}

/** IRI for TDB */
public static final String tdbIRI = "http://jena.apache.org/#tdb" ;

Expand Down
3 changes: 3 additions & 0 deletions jena-tdb/src/main/java/org/apache/jena/tdb/TDB.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
import org.slf4j.LoggerFactory ;

public class TDB {

private TDB() {}

// Initialization statics must be first in the class to avoid
// problems with recursive initialization. Specifcally,
// initLock being null because elsewhere started the initialization
Expand Down

0 comments on commit e2194a6

Please sign in to comment.