From 09634eafe15e2c63bddcea104e36f27367bd2fa7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Nov 2001 23:16:46 +0000 Subject: Indent jdbc case labels using pgjindent. --- src/interfaces/jdbc/example/blobtest.java | 4 ---- 1 file changed, 4 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 bfa0cc42959..271026250dd 100644 --- a/src/interfaces/jdbc/example/blobtest.java +++ b/src/interfaces/jdbc/example/blobtest.java @@ -61,7 +61,6 @@ public class blobtest System.out.println("Now closing the connection"); s.close(); db.close(); - } /* @@ -171,7 +170,6 @@ public class blobtest lobj.unlink(oid); } - //======================================================================= // This tests the Blob interface of the JDBC 2.0 specification public void jdbc2api(int oid) throws SQLException, IOException { @@ -218,8 +216,6 @@ public class blobtest db.setAutoCommit(false); } - //======================================================================= - public static void instructions() { System.err.println("java example.blobtest jdbc-url user password [debug]"); -- cgit v1.2.3