Skip to content

Commit

Permalink
Add missing checkUninitialized()
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Nov 22, 2013
1 parent 7d8fd75 commit 376c5dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ protected final void init(Iterable<? extends ChannelHandler> handlers) {
* @throws IllegalStateException if initialized already
*/
protected final void init(ChannelHandler... handlers) {
checkUninitialized();
if (handlers == null) {
throw new NullPointerException("handlers");
}
Expand Down

0 comments on commit 376c5dc

Please sign in to comment.