Eliminate use of ByteBufWriteUtil in rsvp-spi 13/86713/2
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 5 Jan 2020 11:31:20 +0000 (12:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 5 Jan 2020 13:46:54 +0000 (14:46 +0100)
commit46d54ee54327aee38af65aa4c737008a2263594b
treed9cf580ac7604017430a8c8a3ba5cf8498aa35be
parentbf319d17160a110f6da124919f050fe26fc2b01a
Eliminate use of ByteBufWriteUtil in rsvp-spi

Logic in rsvp-spi can easily use ByteBufUtils or direct ByteBuf
methods, remove unneeded use of ByteBufWriteUtil.

Change-Id: Ic12ac3939d4077b18e6d9e29396e8381dd77335c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
rsvp/spi/src/main/java/org/opendaylight/protocol/rsvp/parser/spi/subobjects/AbstractRSVPObjectParser.java
rsvp/spi/src/main/java/org/opendaylight/protocol/rsvp/parser/spi/subobjects/CommonPathKeyParser.java
rsvp/spi/src/main/java/org/opendaylight/protocol/rsvp/parser/spi/subobjects/CommonUnnumberedInterfaceSubobjectParser.java