No effective change - format

This commit is contained in:
Robin Bygrave
2016-04-28 22:22:04 +12:00
parent 9350155c00
commit ad17da5b36
@@ -179,7 +179,6 @@ public class DefaultRelationalQuery implements SpiSqlQuery {
return this;
}
public int getBufferFetchSizeHint() {
return bufferFetchSizeHint;
}
@@ -209,8 +208,7 @@ public class DefaultRelationalQuery implements SpiSqlQuery {
try {
pstmt.cancel();
} catch (SQLException e) {
String msg = "Error cancelling query";
throw new PersistenceException(msg, e);
throw new PersistenceException("Error cancelling query", e);
}
}
}