Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Zhu committed Mar 25, 2011
1 parent 1b53249 commit 304d576
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,4 @@ class Decoder(storageCommands: collection.Set[ChannelBuffer]) extends AbstractDe
if (tokens.size > 5) throw new ClientError("Too many arguments")
if (!tokens(3).matches(DIGITS)) throw new ClientError("Bad frame length")
}

}
}

0 comments on commit 304d576

Please sign in to comment.