From 21b925e26d2a0fe8e5c8a7428384ea3dd5ccbd65 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 26 Mar 2020 13:55:06 +0100 Subject: [PATCH] Push out YangXPathMathMode FIXMEs These FIXMEs need further thought, push them out. Change-Id: If0417eba72a6279efa8d20dd0c3616dac675e6e4 Signed-off-by: Robert Varga --- .../yangtools/yang/xpath/api/YangXPathMathMode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yang/yang-xpath-api/src/main/java/org/opendaylight/yangtools/yang/xpath/api/YangXPathMathMode.java b/yang/yang-xpath-api/src/main/java/org/opendaylight/yangtools/yang/xpath/api/YangXPathMathMode.java index 50ecc8be1f..9e5d3bbefc 100644 --- a/yang/yang-xpath-api/src/main/java/org/opendaylight/yangtools/yang/xpath/api/YangXPathMathMode.java +++ b/yang/yang-xpath-api/src/main/java/org/opendaylight/yangtools/yang/xpath/api/YangXPathMathMode.java @@ -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 -- 2.36.6