From 6c8120d68ced229111aeb1e45cb6aa3219e1e70b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Nov 2001 22:43:13 +0000 Subject: More jdbc comment cleanups. Code looks very nice now. --- src/interfaces/jdbc/example/threadsafe.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/interfaces/jdbc/example/threadsafe.java') diff --git a/src/interfaces/jdbc/example/threadsafe.java b/src/interfaces/jdbc/example/threadsafe.java index 2931221f181..ceb1ef8f6f5 100644 --- a/src/interfaces/jdbc/example/threadsafe.java +++ b/src/interfaces/jdbc/example/threadsafe.java @@ -7,7 +7,7 @@ import java.text.*; // rare in user code, but we use the LargeObject API in this test import org.postgresql.largeobject.*; -/** +/* * This example tests the thread safety of the driver. * * It does this by performing several queries, in different threads. Each @@ -56,7 +56,7 @@ public class threadsafe } - /** + /* * This drops the table (if it existed). No errors are reported. */ public void cleanup() @@ -80,7 +80,7 @@ public class threadsafe } } - /** + /* * This performs the example */ public void doexample() throws SQLException @@ -366,7 +366,7 @@ public class threadsafe } } - /** + /* * Display some instructions on how to run the example */ public static void instructions() @@ -376,7 +376,7 @@ public class threadsafe System.exit(1); } - /** + /* * This little lot starts the test */ public static void main(String args[]) -- cgit v1.2.3