]> granicus.if.org Git - postgis/commitdiff
Left off a semicolon in previous patch...
authorSandro Santilli <strk@keybit.net>
Wed, 6 Oct 2004 07:19:27 +0000 (07:19 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 6 Oct 2004 07:19:27 +0000 (07:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@941 b70326c6-7e19-0410-871a-916f4a2858ee

jdbc/org/postgis/Point.java

index 28b0684dee0462ac106e78669d70916696b2eb6e..0c62e32011eae45c9cac0f20d52ebd600a80088e 100644 (file)
@@ -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());
                }
        }