Begin implementation of CheckStyle style checking
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -18,7 +18,7 @@ public class ExactMatchConversationCanceller implements ConversationCanceller {
|
||||
public ExactMatchConversationCanceller(@NotNull String escapeSequence) {
|
||||
this.escapeSequence = escapeSequence;
|
||||
}
|
||||
|
||||
|
||||
public void setConversation(@NotNull Conversation conversation) {}
|
||||
|
||||
public boolean cancelBasedOnInput(@NotNull ConversationContext context, @NotNull String input) {
|
||||
|
||||
Reference in New Issue
Block a user