The label "FacultyMember" has changed back to "FacultyMember"
This commit is contained in:
parent
ea5f4327f7
commit
b3f0695ced
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ public class JenaDataSourceSetupBase {
|
|||
Set<String> paths = ctx.getResourcePaths(path);
|
||||
if (paths != null) {
|
||||
for (String p : paths) {
|
||||
LOG.debug("Loading ontology file at " + p);
|
||||
LOG.info("Loading ontology file at " + p);
|
||||
InputStream ontologyInputStream = ctx.getResourceAsStream(p);
|
||||
try {
|
||||
model.read(ontologyInputStream, null);
|
||||
|
|
Loading…
Add table
Reference in a new issue