Remove ByteBufWriteUtil.writeInt() 42/86742/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jan 2020 15:01:15 +0000 (16:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 6 Jan 2020 15:53:05 +0000 (16:53 +0100)
commit63a226dd22df257713865a01c9aa73a4208e3582
treecf0fe0784a758726e5c42fea5d23b44fa673f79a
parent2f72ff4c542cab6bef35e9dce943bfd84f0f992d
Remove ByteBufWriteUtil.writeInt()

This method has only one user, which is using primitive int. Migrate
the user to ByteBuf.writeInt() and remove the now-unused method.

Change-Id: I9981e7f54d306ce18f2b8b693998b26e6a464f54
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bmp/bmp-spi/src/main/java/org/opendaylight/protocol/bmp/spi/parser/AbstractBmpMessageParser.java
util/src/main/java/org/opendaylight/protocol/util/ByteBufWriteUtil.java
util/src/test/java/org/opendaylight/protocol/util/ByteBufWriteUtilTest.java