pivotal-jbarrett commented on a change in pull request #5905:
URL: https://github.com/apache/geode/pull/5905#discussion_r562282948



##########
File path: 
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/BaseCommandJUnitTest.java
##########
@@ -27,18 +27,13 @@
 import org.junit.runner.RunWith;
 
 import 
org.apache.geode.internal.cache.execute.ServerToClientFunctionResultSender;
-import 
org.apache.geode.internal.cache.tier.sockets.command.ExecuteRegionFunction61;
-import 
org.apache.geode.internal.cache.tier.sockets.command.ExecuteRegionFunction65;
 import 
org.apache.geode.internal.cache.tier.sockets.command.ExecuteRegionFunction66;
 
 @RunWith(JUnitParamsRunner.class)
 public class BaseCommandJUnitTest {
 
   public BaseCommand[] getCommands() {
-    return new BaseCommand[] {(BaseCommand) 
ExecuteRegionFunction61.getCommand(),
-        (BaseCommand) ExecuteRegionFunction65
-            .getCommand(),
-        (BaseCommand) ExecuteRegionFunction66.getCommand()};
+    return new BaseCommand[] {(BaseCommand) 
ExecuteRegionFunction66.getCommand()};

Review comment:
       Keen eye!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to