NIHVIVO-2112 removing stupid debugging print statement (merge to trunk)
This commit is contained in:
parent
8870173646
commit
bb7444cf4c
1 changed files with 0 additions and 1 deletions
|
@ -410,7 +410,6 @@ public class PropertyDaoJena extends JenaBaseDao implements PropertyDao {
|
||||||
ResourceFactory.createResource(subjectUri));
|
ResourceFactory.createResource(subjectUri));
|
||||||
|
|
||||||
// Run the SPARQL query to get the properties
|
// Run the SPARQL query to get the properties
|
||||||
System.out.println(dwf.getClass().getName());
|
|
||||||
DatasetWrapper w = dwf.getDatasetWrapper();
|
DatasetWrapper w = dwf.getDatasetWrapper();
|
||||||
Dataset dataset = w.getDataset();
|
Dataset dataset = w.getDataset();
|
||||||
dataset.getLock().enterCriticalSection(Lock.READ);
|
dataset.getLock().enterCriticalSection(Lock.READ);
|
||||||
|
|
Loading…
Add table
Reference in a new issue