Mercurial > hg > monetdb-java
diff example/OnClientExample.java @ 582:6cb395daa7d1 onclient
OnClientExample code formatting
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Fri, 15 Oct 2021 12:04:16 +0200 (2021-10-15) |
parents | ebf65f416da9 |
children | c462161504a3 |
line wrap: on
line diff
--- 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) {