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/datestyle.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/interfaces/jdbc/example/datestyle.java') diff --git a/src/interfaces/jdbc/example/datestyle.java b/src/interfaces/jdbc/example/datestyle.java index 53908c8c2f..6e503552b7 100644 --- a/src/interfaces/jdbc/example/datestyle.java +++ b/src/interfaces/jdbc/example/datestyle.java @@ -4,7 +4,7 @@ import java.io.*; import java.sql.*; import java.text.*; -/** +/* * This example tests the various date styles that are available to postgresql. * * To use this example, you need a database to be in existence. This example @@ -64,7 +64,7 @@ public class datestyle } - /** + /* * This drops the table (if it existed). No errors are reported. */ public void cleanup() @@ -79,7 +79,7 @@ public class datestyle } } - /** + /* * This initialises the database for this example */ public void init() throws SQLException @@ -108,7 +108,7 @@ public class datestyle } - /** + /* * This performs the example */ public void doexample() throws SQLException @@ -150,7 +150,7 @@ public class datestyle } } - /** + /* * Display some instructions on how to run the example */ public static void instructions() @@ -160,7 +160,7 @@ public class datestyle System.exit(1); } - /** + /* * This little lot starts the test */ public static void main(String args[]) -- cgit v1.2.1