Skip to content

Commit 497f222

Browse files
committed
Fix groovy docs
1 parent 173734c commit 497f222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/groovy/geoscript/geom/io/TWkbReader.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import org.locationtech.jts.io.WKBReader
99
* Read a {@link geoscript.geom.Geometry Geometry} from a TWKB hex String or byte array.
1010
* <p><blockquote><pre>
1111
* TWkbReader reader = new TWkbReader()
12-
* {@link geoscript.geom.Point Point} pt = reader.read("0000000001405BC00000000000C047800000000000")
12+
* {@link geoscript.geom.Point Point} pt = reader.read("01000204")
1313
*
14-
* POINT (111 -47)
14+
* POINT (1 2)
1515
* </pre></blockquote></p>
1616
* @author Jared Erickson
1717
*/

0 commit comments

Comments
 (0)