Fix Decimal64.equals() 30/85030/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Oct 2019 10:29:23 +0000 (12:29 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 10 Oct 2019 11:32:25 +0000 (11:32 +0000)
commit3670f3b1080d917bd1bec4611e75a9b345b06023
tree4d231452cbf6edcf72d08be6d6e848778b99c6f7
parent7d26467514c26d0f32b547347b92bd5af606f1a3
Fix Decimal64.equals()

There is a typo here, which would end up not comparing objects
properly.

Change-Id: I5cfe31887b109bbe7be6e564078f250ea6b61747
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/Decimal64.java