This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to annotated tag 0.8 in repository https://gitbox.apache.org/repos/asf/sis.git
commit d5a547128203cd97d01871ba56f103a5d2c4ec6c Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Nov 10 18:06:25 2017 +0000 Set link to WKT 1 format to the stable GeoAPI release instead than snapshot. git-svn-id: https://svn.apache.org/repos/asf/sis/branches/0.8@1814895 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/apache/sis/io/wkt/MathTransformParser.java | 2 +- .../referencing/operation/transform/DefaultMathTransformFactory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/MathTransformParser.java b/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/MathTransformParser.java index a579484..69b26cd 100644 --- a/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/MathTransformParser.java +++ b/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/MathTransformParser.java @@ -57,7 +57,7 @@ import static org.apache.sis.util.ArgumentChecks.ensureNonNull; * @author Rueben Schulz (UBC) * @version 0.8 * - * @see <a href="http://www.geoapi.org/snapshot/javadoc/org/opengis/referencing/doc-files/WKT.html">Well Know Text specification</a> + * @see <a href="http://www.geoapi.org/3.0/javadoc/org/opengis/referencing/doc-files/WKT.html">Well Know Text specification</a> * * @since 0.6 * @module diff --git a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java index 23a4ef0..31eb381 100644 --- a/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java +++ b/core/sis-referencing/src/main/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactory.java @@ -1392,7 +1392,7 @@ public class DefaultMathTransformFactory extends AbstractFactory implements Math /** * Creates a math transform object from a - * <a href="http://www.geoapi.org/snapshot/javadoc/org/opengis/referencing/doc-files/WKT.html"><cite>Well + * <a href="http://www.geoapi.org/3.0/javadoc/org/opengis/referencing/doc-files/WKT.html"><cite>Well * Known Text</cite> (WKT)</a>. * If the given text contains non-fatal anomalies (unknown or unsupported WKT elements, * inconsistent unit definitions, <i>etc.</i>), warnings may be reported in a
