Revert "Revert 'revert ivy change'"

This commit is contained in:
Jesse Boyd
2019-08-26 06:03:58 +01:00
parent edb626a961
commit aa4c443358
4 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@ public class DelegateCommandManager implements CommandManager {
}
@Override
public int execute(InjectedValueAccess context, List<String> args) {
public Object execute(InjectedValueAccess context, List<String> args) {
return parent.execute(context, args);
}