changeset 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 5aef0ea654b1
children 6973b4629e50
files example/OnClientExample.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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) {