From 5875a19d804f3a29c79959a8f9c012e449d85c47 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 6 Oct 2004 07:19:27 +0000 Subject: [PATCH] Left off a semicolon in previous patch... git-svn-id: http://svn.osgeo.org/postgis/trunk@941 b70326c6-7e19-0410-871a-916f4a2858ee --- jdbc/org/postgis/Point.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } } -- 2.40.0