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/org/postgresql/util/PGtokenizer.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java') diff --git a/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java b/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java index bdbad3d160..f5fe685e80 100644 --- a/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java +++ b/src/interfaces/jdbc/org/postgresql/util/PGtokenizer.java @@ -77,6 +77,7 @@ public class PGtokenizer // Don't forget the last token ;-) + if (s < string.length()) tokens.addElement(string.substring(s)); -- cgit v1.2.1