Remove useless warning about rounding 79/110479/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 5 Mar 2024 13:21:05 +0000 (14:21 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 5 Mar 2024 13:26:09 +0000 (14:26 +0100)
commitb36190df2425574ed2cf3d542a189abac6f96e78
tree36d1ae1590079f7ab78cfafee8c28cda8e699f90
parente85f60fac3dc745e4a90eae666de24f7b924fe7d
Remove useless warning about rounding

We are warning when we round the time -- assuming we have
millisecond-precision time.

We have switched to nanosecond-precision in commit
 efe35f12ce37107c814a5d8bb245e5f9ed9ba073, hence this warning is
completely superfluous.

JIRA: NETCONF-1262
Change-Id: I76377a078d13c9256ae55bc41439a1ff2bc24564
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
protocol/netconf-api/src/main/java/org/opendaylight/netconf/api/messages/NotificationMessage.java
protocol/netconf-api/src/test/java/org/opendaylight/netconf/api/messages/NetconfMessageTest.java