Skip to content

Commit

Permalink
Fix class description of FastLzFrameDecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Aug 14, 2014
1 parent f311012 commit 1aa20e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import static io.netty.handler.codec.compression.FastLz.*;

/**
* Uncompresses a {@link ByteBuf} encoded with the Bzip2 format.
* Uncompresses a {@link ByteBuf} encoded by {@link FastLzFrameEncoder} using the FastLZ algorithm.
*
* See <a href="https://github.com/netty/netty/issues/2750">FastLZ format</a>.
*/
Expand Down

0 comments on commit 1aa20e8

Please sign in to comment.