remove spaces

This commit is contained in:
beeva-victorgarcia 2016-01-08 23:22:27 +01:00
parent 37a4c1a0c8
commit e602621bd3

View file

@ -261,7 +261,7 @@ public class JDBCInterpreter extends Interpreter {
Statement statement = getStatement(propertyKey, paragraphId);
statement.setMaxRows(getMaxResult());
StringBuilder msg = null;
boolean isTableType = false;