Author: desruisseaux
Date: Mon Feb 16 23:30:54 2015
New Revision: 1660250
URL: http://svn.apache.org/r1660250
Log:
Removed accidental references to Geotk in the documentation.
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Affine.java
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Affine.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Affine.java?rev=1660250&r1=1660249&r2=1660250&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Affine.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/internal/referencing/provider/Affine.java
[UTF-8] Mon Feb 16 23:30:54 2015
@@ -34,9 +34,7 @@ import org.apache.sis.referencing.operat
/**
* The provider for "<cite>Affine general parametric transformation</cite>"
(EPSG:9624).
- * The set of available parameters depends on the matrix size, which is
- * {@value
org.geotoolkit.parameter.MatrixParameterDescriptors#DEFAULT_MATRIX_SIZE}×{@value
- * org.geotoolkit.parameter.MatrixParameterDescriptors#DEFAULT_MATRIX_SIZE} by
default.
+ * The set of available parameters depends on the matrix size, which is 3×3 by
default.
*
* <table class="sis">
* <caption>{@code Affine} parameters</caption>
Modified:
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java?rev=1660250&r1=1660249&r2=1660250&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/test/java/org/apache/sis/referencing/operation/transform/DefaultMathTransformFactoryTest.java
[UTF-8] Mon Feb 16 23:30:54 2015
@@ -27,9 +27,8 @@ import static org.junit.Assert.*;
/**
- * Tests the registration of operation methods in {@link
DefaultMathTransformFactory}.
- * This test uses the providers registered in all
- * {@code
META-INF/services/org.geotoolkit.referencing.operation.MathTransformProvider}
+ * Tests the registration of operation methods in {@link
DefaultMathTransformFactory}. This test uses the
+ * providers registered in all {@code
META-INF/services/org.opengis.referencing.operation.OperationMethod}
* files found on the classpath.
*
* @author Martin Desruisseaux (Geomatys)