Skip to content

Commit 8eb15d3

Browse files
committed
Fix code snippet in Groovydoc.
1 parent 978c091 commit 8eb15d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/geoscript/workspace/PostGIS.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class PostGIS extends Database {
3636
/**
3737
* Create a new PostGIS with just a database name using defaults for other values.
3838
* <p><blockquote><pre>
39-
* PostGIS postgis = new PostGIS("database", user: 'me', password: 'supersecret'
39+
* PostGIS postgis = new PostGIS("database", user: 'me', password: 'supersecret')
4040
* </pre></blockquote></p>
4141
* @param options The options for connecting to a PostGIS database (host, port, schema, user, password,
4242
* estimatedExtent, createDatabase, and createDatabaseParams)

0 commit comments

Comments
 (0)