Push out FIXMEs to 5.0.0
[yangtools.git] / yang / yang-xpath-api / src / main / java / org / opendaylight / yangtools / yang / xpath / api / YangXPathMathMode.java
index c143ed248262a7a46300a09576aa581734a58bb3..50ecc8be1f4e1c445f61a4295d4fc2e895485376 100644 (file)
@@ -33,7 +33,7 @@ public enum YangXPathMathMode {
     EXACT(BigDecimalXPathMathSupport.INSTANCE);
 
     /*
-     * FIXME: 4.0.0: specify and implement this:
+     * FIXME: 5.0.0: specify and implement this:
      *
      * All number expressions are treated either as {@code org.opendaylight.yangtools.yang.common} types with
      * precision required to hold them. Decimal types are mapped to {@link Decimal64} with all range restrictions