The label "FacultyMember" has changed back to "FacultyMember"

This commit is contained in:
jeb228 2010-04-02 12:42:29 +00:00
parent ea5f4327f7
commit b3f0695ced

View file

@ -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);