1. code cleanup

This commit is contained in:
cdtank 2010-07-23 20:28:14 +00:00
parent c476bba4e1
commit f47c886d27

View file

@ -123,8 +123,6 @@ public class AllPropertiesQueryHandler {
+ filterClause
+ "}";
System.out.println(sparqlQuery);
return sparqlQuery;
}