Push FIXMEs out
[yangtools.git] / yang / yang-xpath-api / src / main / java / org / opendaylight / yangtools / yang / xpath / api / YangXPathMathMode.java
index c143ed248262a7a46300a09576aa581734a58bb3..9411b0becb07dbe79db3cdf36ff9af523ac5ac22 100644 (file)
@@ -33,7 +33,7 @@ public enum YangXPathMathMode {
     EXACT(BigDecimalXPathMathSupport.INSTANCE);
 
     /*
-     * FIXME: 4.0.0: specify and implement this:
+     * FIXME: 7.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