diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-19 22:43:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-19 22:43:13 +0000 |
commit | 6c8120d68ced229111aeb1e45cb6aa3219e1e70b (patch) | |
tree | 21d637cf5b5a33f382f6b595564205afc42c3a51 /src/interfaces/jdbc/example/blobtest.java | |
parent | 46d50783bf16b2db28160c2b968cd6d5cd65600d (diff) | |
download | postgresql-6c8120d68ced229111aeb1e45cb6aa3219e1e70b.tar.gz postgresql-6c8120d68ced229111aeb1e45cb6aa3219e1e70b.zip |
More jdbc comment cleanups. Code looks very nice now.
Diffstat (limited to 'src/interfaces/jdbc/example/blobtest.java')
-rw-r--r-- | src/interfaces/jdbc/example/blobtest.java | 4 |
1 files changed, 2 insertions, 2 deletions
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. |