Renamed executeCommand to executeClientCommand
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user