Changeset: 6cb395daa7d1 for monetdb-java
URL: https://dev.monetdb.org/hg/monetdb-java/rev/6cb395daa7d1
Modified Files:
        example/OnClientExample.java
Branch: onclient
Log Message:

OnClientExample code formatting


diffs (12 lines):

diff --git a/example/OnClientExample.java b/example/OnClientExample.java
--- a/example/OnClientExample.java
+++ b/example/OnClientExample.java
@@ -159,7 +159,7 @@ public class OnClientExample {
                        // Make up some data and upload it.
                        PrintStream stream = handle.getStream();
                        long n = 100;
-                       System.out.printf("  HANDLER: uploading %d generated 
lines, numbered %d to %d%n", n - toSkip, toSkip +1, n);
+                       System.out.printf("  HANDLER: uploading %d generated 
lines, numbered %d to %d%n", n - toSkip, toSkip + 1, n);
                        long i;
                        for (i = toSkip + 1; i <= n; i++) {
                                if (stopUploading) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to