Use proper constant in JsonUtils 42/86042/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Nov 2019 12:49:05 +0000 (13:49 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Nov 2019 12:50:15 +0000 (13:50 +0100)
commit7b32c396b165fbecd707afb0d8753885816eaeed
tree5b105e34901a47fee7bd03f597ea2dd4272e3e79
parentd2410c0a3da59dfa11f03a74bc01f252db4894a5
Use proper constant in JsonUtils

We are not using the Mapper here at all, just the writer. Make sure
we retain only the writer and make it a proper constant (to allow
JIT to do constant propagation).

Change-Id: I7df2a6234511c9dbf51509c495a59e642173fffe
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
library/impl/src/main/java/org/opendaylight/ovsdb/lib/jsonrpc/JsonUtils.java