From: Sandro Santilli Date: Wed, 6 Oct 2004 07:19:27 +0000 (+0000) Subject: Left off a semicolon in previous patch... X-Git-Tag: pgis_1_0_0RC1~333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5875a19d804f3a29c79959a8f9c012e449d85c47;p=postgis Left off a semicolon in previous patch... git-svn-id: http://svn.osgeo.org/postgis/trunk@941 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/jdbc/org/postgis/Point.java b/jdbc/org/postgis/Point.java index 28b0684de..0c62e3201 100644 --- a/jdbc/org/postgis/Point.java +++ b/jdbc/org/postgis/Point.java @@ -69,7 +69,7 @@ public class Point extends Geometry } } catch(NumberFormatException e) { - throw new SQLException("postgis.Point: " + e.toString()) + throw new SQLException("postgis.Point: " + e.toString()); } }