RowUpdate should be a static class 68/86168/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Dec 2019 23:51:41 +0000 (00:51 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 3 Dec 2019 20:52:57 +0000 (21:52 +0100)
commitdc4092fddef8f28e62a58ccb387b61a735612667
tree0329e55861789f448db4bb8a7e78fbd39b1638ea
parentb671c750f67e7f1a3e7f66f69f6b7ffcd9ea091b
RowUpdate should be a static class

RowUpdate does not reference any TableUpdate state, hence it should
be static. This allows users to shorten their references, as they
do not need to qualify TableUpdate specialization.

Change-Id: I0be3a88623a43df4eaa8abd74ff2ca6732a88e57
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 172079e11ec143aead9e2c9b63945965145d7977)
library/impl/src/main/java/org/opendaylight/ovsdb/lib/message/TableUpdate.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/schema/typed/TyperUtils.java