Fix Decimal64.equals() 03/85303/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 10 Oct 2019 10:29:23 +0000 (12:29 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Oct 2019 17:56:16 +0000 (19:56 +0200)
commit203f67e3a89275e4aea8686aafc1b96d71bf6bcd
tree8c68cdd25653d09682c53861a96f7485b34e98ad
parent733bd0482cc33ddb6c8c49e5bf85808e904cb205
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>
(cherry picked from commit 3670f3b1080d917bd1bec4611e75a9b345b06023)
(cherry picked from commit faac1484eb8364c4fe52e19c2e1f473c0ce51614)
yang/yang-common/src/main/java/org/opendaylight/yangtools/yang/common/Decimal64.java