Adjust javadocs as the usage has changed

This commit is contained in:
Norman Maurer 2012-05-14 20:18:21 +02:00
parent 7468340842
commit 94a5f3dbc7

View File

@ -17,7 +17,7 @@ package org.jboss.netty.handler.codec.frame;
/** /**
* An {@link Exception} which is thrown when the length of the frame * An {@link Exception} which is thrown when the length of the frame
* decoded by {@link DelimiterBasedFrameDecoder} is greater than the maximum. * decoded is greater than the maximum.
* *
* @apiviz.hidden * @apiviz.hidden
*/ */