sparql.anything icon indicating copy to clipboard operation
sparql.anything copied to clipboard

wrap log only code in condition in DatasetGraphCreator

Open enridaga opened this issue 2 years ago • 0 comments

These lines:

dg.begin(ReadWrite.READ);
		logger.debug("Size default graph {}", dg.getDefaultGraph().size());
		logger.debug("Size of the graph {}: {}", p.getProperty(IRIArgument.LOCATION.toString()), dg.getGraph(NodeFactory.createURI(p.getProperty(IRIArgument.LOCATION.toString()) + "#")).size());
		dg.end();

enridaga avatar Aug 31 '22 14:08 enridaga