From 0f48bc29293a326f67e696eaa4eef7ebdd3225e6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 4 Aug 2020 17:12:54 +0200 Subject: [PATCH] Fix xtend warnings 'override def' is superfluous, use just 'override'. Change-Id: I9496ce87798fd0a90dfd1b18a180365ebf62b1b1 Signed-off-by: Robert Varga --- .../netvirt/aclservice/tests/FlowEntryObjectsStateful.xtend | 3 +-- .../aclservice/tests/FlowEntryObjectsStatefulIPv6.xtend | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStateful.xtend b/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStateful.xtend index 0971fc8889..c83694aa3d 100644 --- a/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStateful.xtend +++ b/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStateful.xtend @@ -45,7 +45,6 @@ import java.util.Collections import org.opendaylight.genius.mdsalutil.instructions.InstructionWriteMetadata - class FlowEntryObjectsStateful extends FlowEntryObjectsBase { protected def etherFlows(String ip1 ,String ip2, String prefix) { @@ -1639,7 +1638,7 @@ class FlowEntryObjectsStateful extends FlowEntryObjectsBase { ] } - override def expectedFlows(String mac, String ip1, String prefix) { + override expectedFlows(String mac, String ip1, String prefix) { // Code auto. generated by https://github.com/vorburger/xtendbeans #[ new FlowEntityBuilder >> [ diff --git a/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStatefulIPv6.xtend b/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStatefulIPv6.xtend index 2cf392f695..a4c99732e0 100644 --- a/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStatefulIPv6.xtend +++ b/aclservice/impl/src/test/java/org/opendaylight/netvirt/aclservice/tests/FlowEntryObjectsStatefulIPv6.xtend @@ -1576,7 +1576,7 @@ class FlowEntryObjectsStatefulIPv6 extends FlowEntryObjectsBaseIpv6 { ] } - override def expectedFlows(String mac, String ip1, String prefix) { + override expectedFlows(String mac, String ip1, String prefix) { // Code auto. generated by https://github.com/vorburger/xtendbeans #[ new FlowEntityBuilder >> [ -- 2.36.6