diff options
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. |