This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 60f9fee6b27c40c0570411f042f62bd648803714 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Jan 24 19:41:44 2020 +0100 Fix broken link. --- core/sis-referencing/src/main/java/org/apache/sis/io/wkt/WKTFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sis-referencing/src/main/java/org/apache/sis/io/wkt/WKTFormat.java b/core/sis-referencing/src/main/java/org/apache/sis/io/wkt/WKTFormat.java index e5897d1..b591022 100644 --- a/core/sis-referencing/src/main/java/org/apache/sis/io/wkt/WKTFormat.java +++ b/core/sis-referencing/src/main/java/org/apache/sis/io/wkt/WKTFormat.java @@ -51,7 +51,7 @@ import org.apache.sis.internal.referencing.ReferencingFactoryContainer; /** * Parser and formatter for <cite>Well Known Text</cite> (WKT) strings. - * This format handles a pair of {@link Parser} and {@link Formatter}, + * This format handles a pair of {@link org.apache.sis.io.wkt.Parser} and {@link Formatter}, * used by the {@code parse(…)} and {@code format(…)} methods respectively. * {@code WKTFormat} objects allow the following configuration: *
