Renamed executeCommand to executeClientCommand

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
This commit is contained in:
Kris De Volder
2018-03-20 15:15:05 -07:00
parent ceaca41c3d
commit f737f06228

View File

@@ -70,7 +70,7 @@ public class ClasspathListenerHandler implements IDelegateCommandHandler {
}
try {
Logger.log("executing callback "+callbackCommandId+" "+projectName+" "+deleted+" "+(classpath==null ? "" : classpath.getEntries().size()));
conn.executeCommand(callbackCommandId, project, projectName, deleted, classpath);
conn.executeClientCommand(callbackCommandId, project, projectName, deleted, classpath);
Logger.log("executing callback "+callbackCommandId+" SUCCESS");
} catch (Exception e) {
Logger.log("executing callback "+callbackCommandId+" FAILED");