Slight rephrasing

This commit is contained in:
Trustin Lee 2008-09-22 11:02:28 +00:00
parent f206c5359b
commit 95a5af1707

View File

@ -1016,8 +1016,8 @@ public class TimeDecoder implements &ChannelUpstreamHandler; {
} }
}</programlisting> }</programlisting>
<para> <para>
The last task left is to add the <classname>TimeEncoder</classname> to The last task left is to insert a <classname>TimeEncoder</classname>
the &ChannelPipeline; of the &ServerBootstrap;, and it's left as a into the &ChannelPipeline; on the server side, and it's left as a
trivial exercise. trivial exercise.
</para> </para>
</section> </section>