]> granicus.if.org Git - postgis/commitdiff
removed ugly () display
authorMarkus Schaber <markus@schabi.de>
Mon, 21 Feb 2005 15:49:54 +0000 (15:49 +0000)
committerMarkus Schaber <markus@schabi.de>
Mon, 21 Feb 2005 15:49:54 +0000 (15:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1414 b70326c6-7e19-0410-871a-916f4a2858ee

jdbc2/src/examples/VersionPrinter.java

index c8d7b059ab9f667c83a1ceea15598e7629ce89c8..54dbfdb43e1f5bea9a79b7a0d9340643983d63fb 100644 (file)
@@ -108,7 +108,7 @@ public class VersionPrinter {
     }
 
     public static void printVersionString(String function, String value) {
-        System.out.println("\t" + function + "(): " + value);
+        System.out.println("\t" + function + ": " + value);
     }
 
     public static void printVersionString(String function, Statement stat) {