Author: desruisseaux
Date: Mon Mar 21 13:51:06 2016
New Revision: 1735975
URL: http://svn.apache.org/viewvc?rev=1735975&view=rev
Log:
Add missing javadoc tags.
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AxisFilter.java
Modified:
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AxisFilter.java
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AxisFilter.java?rev=1735975&r1=1735974&r2=1735975&view=diff
==============================================================================
---
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AxisFilter.java
[UTF-8] (original)
+++
sis/branches/JDK8/core/sis-referencing/src/main/java/org/apache/sis/referencing/cs/AxisFilter.java
[UTF-8] Mon Mar 21 13:51:06 2016
@@ -94,6 +94,9 @@ public interface AxisFilter {
/**
* @deprecated Use {@link #getDirectionReplacement(CoordinateSystemAxis,
AxisDirection)} instead.
+ *
+ * @param direction The original axis direction.
+ * @return The new axis direction, or {@code direction} if there is no
change.
*/
@Deprecated
default AxisDirection getDirectionReplacement(AxisDirection direction) {
@@ -131,6 +134,9 @@ public interface AxisFilter {
/**
* @deprecated Use {@link #getUnitReplacement(CoordinateSystemAxis, Unit)}
instead.
+ *
+ * @param unit The original axis unit.
+ * @return The new axis unit, or {@code unit} if there is no change.
*/
@Deprecated
default Unit<?> getUnitReplacement(Unit<?> unit) {