add autorankup - closes #2

This commit is contained in:
okx-code
2018-10-23 21:22:48 +01:00
parent ae450cb320
commit 4ff6e223fa
7 changed files with 68 additions and 19 deletions
@@ -7,12 +7,9 @@ class EmptyMessageBuilder extends MessageBuilder {
super(null);
}
/**
* what are you doing failing if empty when it has already failed?
*/
@Override
public MessageBuilder failIfEmpty() {
throw new UnsupportedOperationException();
return this;
}
@Override