Changeset: 4106c9ed7b6a for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java?cmd=changeset;node=4106c9ed7b6a
Modified Files:
        src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java
Branch: embedded
Log Message:

Indentation


diffs (13 lines):

diff --git 
a/src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java 
b/src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java
--- a/src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java
+++ b/src/main/java/nl/cwi/monetdb/mcl/connection/mapi/MapiConnection.java
@@ -264,7 +264,8 @@ public class MapiConnection extends Mone
         * @throws SQLException if an IO exception or a database error occurs
         */
        @Override
-       protected boolean executeNextQueryBatch(MonetStatement statement, 
List<String> batch, int[] counts, BatchUpdateException e) throws SQLException {
+       protected boolean executeNextQueryBatch(MonetStatement statement, 
List<String> batch, int[] counts,
+                                                                               
        BatchUpdateException e) throws SQLException {
                int offset = 0;
                boolean first = true, error = false;
                int builderSize = this.initialStringBuilderSize();
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to