Merge "OPNFLWPLUG-929 : Remove deprecated guava library"
[openflowplugin.git] / test-provider / src / main / java / org / opendaylight / openflowplugin / test / OpenflowpluginTableFeaturesTestCommandProvider.java
index e485d1307965683055da8843f40a347e047c77b5..847c95f3d328943551c9fd3c180d4c1a2eabb963 100644 (file)
@@ -10,6 +10,7 @@ package org.opendaylight.openflowplugin.test;
 import com.google.common.util.concurrent.CheckedFuture;
 import com.google.common.util.concurrent.FutureCallback;
 import com.google.common.util.concurrent.Futures;
+import com.google.common.util.concurrent.MoreExecutors;
 import java.math.BigInteger;
 import java.util.ArrayList;
 import java.util.Arrays;
@@ -598,7 +599,7 @@ public class OpenflowpluginTableFeaturesTestCommandProvider implements CommandPr
             public void onFailure(Throwable throwable) {
                 ci.println(String.format("Status of Group Data Loaded Transaction : failure. Reason : %s", throwable));
             }
-        });
+        }, MoreExecutors.directExecutor());
     }
 
     public void _modifyTable(CommandInterpreter ci) {