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/blobtest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/interfaces/jdbc/example/blobtest.java') diff --git a/src/interfaces/jdbc/example/blobtest.java b/src/interfaces/jdbc/example/blobtest.java index 654eaf92acd..bfa0cc42959 100644 --- a/src/interfaces/jdbc/example/blobtest.java +++ b/src/interfaces/jdbc/example/blobtest.java @@ -4,7 +4,7 @@ import java.io.*; import java.sql.*; import org.postgresql.largeobject.*; -/** +/* * This test attempts to create a blob in the database, then to read * it back. * @@ -64,7 +64,7 @@ public class blobtest } - /** + /* * Now this is an extension to JDBC, unique to postgresql. Here we fetch * an PGlobj object, which provides us with access to postgresql's * large object api. -- cgit v1.2.3