Skip to content

Commit

Permalink
Remove useless class
Browse files Browse the repository at this point in the history
  • Loading branch information
yo1000 committed Aug 31, 2016
1 parent 1ae2787 commit 566e268
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,4 @@ public WordRepository getWordRepository() {
public WordSplitter getWordSplitter() {
return wordSplitter;
}

public static class WordChainException extends RuntimeException {
public WordChainException() {}

public WordChainException(String s) {
super(s);
}
}
}

0 comments on commit 566e268

Please sign in to comment.