Fixed typo.

This commit is contained in:
Vladimir Chebotarev 2020-09-06 16:14:56 +03:00
parent 83bbb75f39
commit b93dce952b

View file

@ -121,7 +121,7 @@ public final class Server {
"The server version (" + BuildConfig.VERSION_NAME + ") does not match the client " + "(" + clientVersion + ")");
}
final int expectedParameters = 14;
final int expectedParameters = 15;
if (args.length != expectedParameters) {
throw new IllegalArgumentException("Expecting " + expectedParameters + " parameters");
}