Small fix for 3037-5 build failure 58/3158/1
authorEd Warnicke <eaw@cisco.com>
Thu, 28 Nov 2013 00:09:29 +0000 (16:09 -0800)
committerEd Warnicke <eaw@cisco.com>
Thu, 28 Nov 2013 00:09:29 +0000 (16:09 -0800)
https://git.opendaylight.org/gerrit/#/c/3037/
has a build failure due to falling slightly out of sync
with the model in the controller.  This fixes it.

Change-Id: I932a1e5e197b933d1409151452699694e7c5f314
Signed-off-by: Ed Warnicke <eaw@cisco.com>
openflowplugin/src/main/java/org/opendaylight/openflowplugin/openflow/md/core/sal/ModelDrivenSwitchImpl.java

index 5ce098bd51c280b52504482e607aa091744db6b0..03a1cfb65be0cad1b2e5282f280b5a8033288dc6 100644 (file)
@@ -264,7 +264,7 @@ public class ModelDrivenSwitchImpl extends AbstractModelDrivenSwitch {
     public Future<RpcResult<RemoveGroupOutput>> removeGroup(
             RemoveGroupInput input) {
        // Convert the RemoveGroupInput to GroupModInput
-        GroupModInput ofGroupModInput = GroupConvertor.toGroupModInput(input.getUpdatedGroup(), version);
+        GroupModInput ofGroupModInput = GroupConvertor.toGroupModInput(input, version);
 
 
        // For Flow provisioning, the SwitchConnectionDistinguisher is set to null so