Fix warnings in TransactionAdapter 75/77475/3
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 4 Nov 2018 15:16:02 +0000 (16:16 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 4 Nov 2018 15:28:59 +0000 (16:28 +0100)
commit0c94a1b12fe9aa7fedac550ab40725827daa9bc8
treec3067020acb8af228ee0aadacd63a23410ef3ef2
parent0ef76ead8ed2d4af93e0d8cac92b67d087354057
Fix warnings in TransactionAdapter

Using a private constructor forces a synthetic accessor being
created, hence make nested class constructors package-private,
eliminating the need to suppress warnings.

Also rename generic arguments so as not to clash with method
generics used in the interface being implemented.

Finally add proper generic arguments, so we eliminate raw type
warnings.

Change-Id: I9ec2bf6b377eed26fd11896e84c99fa8922f4abf
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-util/src/main/java/org/opendaylight/mdsal/binding/util/TransactionAdapter.java