RowUpdate should be a static class 05/86105/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Dec 2019 23:51:41 +0000 (00:51 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 2 Dec 2019 23:51:41 +0000 (00:51 +0100)
commit172079e11ec143aead9e2c9b63945965145d7977
tree7253138111aacc485ab942ba693141337c434037
parentfe5d8f411fdf68ed72636fc8a78ada268c7514aa
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>
library/impl/src/main/java/org/opendaylight/ovsdb/lib/message/TableUpdate.java
library/impl/src/main/java/org/opendaylight/ovsdb/lib/schema/typed/TypedDatabaseSchemaImpl.java