Remove use Files.toByteArray() 63/84163/5
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 3 Sep 2019 08:20:08 +0000 (10:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 3 Sep 2019 18:17:58 +0000 (20:17 +0200)
commitc9065001a3d81d42a14ef29360639044bff0cf3b
tree9f8aafdf771f272520a497d0ed771f08c4aaa025
parent79cc8f59db4b2b9e5d475d2324520ae259025660
Remove use Files.toByteArray()

We have Files.readAllBytes() as a replacement, use that.

Change-Id: Ie55e6ac3bc9be08713abcf985416a4682dbe9d6f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-netty-util/src/test/java/org/opendaylight/netconf/nettyutil/handler/NetconfMessageFactoryTest.java