Skip to content

Commit

Permalink
Rename constant
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jun 13, 2016
1 parent 22a94e8 commit 60a56cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class DatasetPrefixesTDB implements DatasetPrefixStorage
*/

static final RecordFactory factory = new RecordFactory(3*NodeId.SIZE, 0) ;
static final String unamedGraphURI = "" ;
static final String unnamedGraphURI = "" ;

private final NodeTupleTable nodeTupleTable ;

Expand Down Expand Up @@ -155,7 +155,7 @@ public synchronized void removeFromPrefixMap(String graphName, String prefix) {
/** Return a PrefixMapping for the unamed graph */
@Override
public PrefixMapping getPrefixMapping()
{ return getPrefixMapping(unamedGraphURI) ; }
{ return getPrefixMapping(unnamedGraphURI) ; }

/** Return a PrefixMapping for a named graph */
@Override
Expand Down

0 comments on commit 60a56cb

Please sign in to comment.