Update CommandUtil.java

This commit is contained in:
Jesse Boyd 2019-10-23 05:31:26 +01:00
parent 2080e9786b
commit d904270a3d
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -134,7 +134,7 @@ public class CommandUtil {
.findAny();
}
private static int deprecatedCommandWarning(
private static Object deprecatedCommandWarning(
CommandParameters parameters,
Command command,
String reason,