Author: jsorel
Date: Wed Feb 7 09:40:17 2018
New Revision: 1823446
URL: http://svn.apache.org/viewvc?rev=1823446&view=rev
Log:
Typo : fix copy/paste documentation error in SensorType
Modified:
sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/SensorType.java
Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/SensorType.java
URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/SensorType.java?rev=1823446&r1=1823445&r2=1823446&view=diff
==============================================================================
--- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/SensorType.java
[UTF-8] (original)
+++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/internal/metadata/SensorType.java
[UTF-8] Wed Feb 7 09:40:17 2018
@@ -86,7 +86,7 @@ public final class SensorType extends Co
}
/**
- * Returns the axis direction that matches the given string, or returns a
+ * Returns the sensor type that matches the given string, or returns a
* new one if none match it. More specifically, this methods returns the first instance
for
* which <code>{@linkplain #name() name()}.{@linkplain String#equals equals}(code)</code>
* returns {@code true}. If no existing instance is found, then a new one is created
for
|