From 4961fd137f27601e3f89009280ee1095595f54aa Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 7 May 2019 16:23:55 +0100 Subject: [PATCH] Remove unused method --- .../org/elasticsearch/env/OverwriteNodeVersionCommand.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/server/src/main/java/org/elasticsearch/env/OverwriteNodeVersionCommand.java b/server/src/main/java/org/elasticsearch/env/OverwriteNodeVersionCommand.java index 267a03f7e917d..fc6020beccf4a 100644 --- a/server/src/main/java/org/elasticsearch/env/OverwriteNodeVersionCommand.java +++ b/server/src/main/java/org/elasticsearch/env/OverwriteNodeVersionCommand.java @@ -101,9 +101,4 @@ protected void processNodePaths(Terminal terminal, Path[] dataPaths, Environment OptionParser getParser() { return parser; } - - //package-private for testing - void testExecute(Terminal terminal, OptionSet options, Environment env) throws Exception { - execute(terminal, options, env); - } }