Push out YangXPathMathMode FIXMEs 11/88711/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 26 Mar 2020 12:55:06 +0000 (13:55 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 26 Mar 2020 13:37:47 +0000 (13:37 +0000)
These FIXMEs need further thought, push them out.

Change-Id: If0417eba72a6279efa8d20dd0c3616dac675e6e4
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-xpath-api/src/main/java/org/opendaylight/yangtools/yang/xpath/api/YangXPathMathMode.java

index 50ecc8be1f4e1c445f61a4295d4fc2e895485376..9e5d3bbefcd5fff7ce06b590b487658254ec464e 100644 (file)
@@ -33,7 +33,7 @@ public enum YangXPathMathMode {
     EXACT(BigDecimalXPathMathSupport.INSTANCE);
 
     /*
-     * FIXME: 5.0.0: specify and implement this:
+     * FIXME: 6.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