Code cleanup

This commit is contained in:
2016-02-24 23:10:04 +01:00
parent 4dd639e651
commit 9f1e0057c9
12 changed files with 33 additions and 21 deletions

View File

@ -252,6 +252,7 @@ class Connection {
case CUSTOM:
case VERACK:
case VERSION:
default:
throw new RuntimeException("Unexpectedly received '" + messagePayload.getCommand() + "' command");
}
}