Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jun 26, 2017
1 parent beb52d4 commit 0fb7122
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,10 @@ protected DatasetPrefixesTDB makePrefixTable(Location location, DatasetControl p

TupleIndex prefixIndexes[] = makeTupleIndexes(location, primary, indexes, new String[]{params.getIndexPrefix()}, params) ;
if ( prefixIndexes.length != 1 )
error(log, "Wrong number of triple table tuples indexes: " + prefixIndexes.length) ;
error(log, "Wrong number of prefix table tuples indexes: " + prefixIndexes.length) ;

String pnNode2Id = params.getPrefixNode2Id() ;
String pnId2Node = params.getPrefixId2Node() ;



// No cache - the prefix mapping is a cache
NodeTable prefixNodes = makeNodeTableNoCache(location, pnNode2Id, pnId2Node, params) ;
Expand Down

0 comments on commit 0fb7122

Please sign in to comment.