Skip to content

Commit

Permalink
Minor updates of license and 'Indexable' predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Feb 2, 2015
1 parent d9d8214 commit 381592c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/fcrepo/it/SparqlRecipesIT.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2014 DuraSpace, Inc.
* Copyright 2015 DuraSpace, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -343,7 +343,7 @@ private static void markAsIndexable(final String pid) throws IOException {
"DELETE { }\n" +
"INSERT {\n" +
" <> indexing:hasIndexingTransformation \"default\";\n" +
" rdf:type indexing:indexable }\n" +
" rdf:type indexing:Indexable }\n" +
"WHERE { }";
updateProperties(pid, sparqlUpdate);
}
Expand Down

0 comments on commit 381592c

Please sign in to comment.