Skip to content

Commit

Permalink
Check for BASE from empty repository
Browse files Browse the repository at this point in the history
  • Loading branch information
catch-point committed Feb 25, 2014
1 parent 1f895e0 commit 04cb52f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/callimachusproject/setup/SetupTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ public SetupRealm[] getRealms() throws IOException, OpenRDFException {
continue;
String root = e.getKey() + "/";
String webapp = repository.getCallimachusWebapp(root);
if (webapp == null)
continue;
TupleQueryResult results = con.prepareTupleQuery(
QueryLanguage.SPARQL, SELECT_REALM, webapp).evaluate();
try {
Expand Down

0 comments on commit 04cb52f

Please sign in to comment.