From 636d983c704afb6dba462362a33e29440b4cc347 Mon Sep 17 00:00:00 2001 From: Martin Desruisseaux Date: Mon, 22 May 2017 12:24:59 +0200 Subject: [PATCH] Remove a comment that do not apply anymore. The "PAST" and "FUTURE" axis direction have been reintroduced in ISO 19162. --- .../java/org/opengis/referencing/cs/AxisDirection.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/geoapi/src/main/java/org/opengis/referencing/cs/AxisDirection.java b/geoapi/src/main/java/org/opengis/referencing/cs/AxisDirection.java index d4a1719f9..ff50b3747 100644 --- a/geoapi/src/main/java/org/opengis/referencing/cs/AxisDirection.java +++ b/geoapi/src/main/java/org/opengis/referencing/cs/AxisDirection.java @@ -276,10 +276,6 @@ public final class AxisDirection extends CodeList { * This is used for {@linkplain org.opengis.referencing.crs.TemporalCRS temporal} * coordinate reference systems. * - * @departure historic - * This code was defined in an older specification (2003) and removed in more recent - * edition (2007), but has been kept in GeoAPI. - * * @category Temporal */ @UML(identifier="future", obligation=CONDITIONAL, specification=ISO_19111) @@ -290,10 +286,6 @@ public final class AxisDirection extends CodeList { * This is used for {@linkplain org.opengis.referencing.crs.TemporalCRS temporal} * coordinate reference systems. * - * @departure historic - * This code was defined in an older specification (2003) and removed in more recent - * edition (2007), but has been kept in GeoAPI. - * * @category Temporal */ @UML(identifier="past", obligation=CONDITIONAL, specification=ISO_19111)