<div>Tiberiu,<div><br></div><div>Thanks for reporting it. I've just checked the fix in.</div></div>
<div><br>-- <br><a href="http://gleamynode.net/">Trustin Lee</a><br></div>
<p style="color: #A0A0A8;">On Monday, August 22, 2011 at 6:21 PM, TiberiuRogojan wrote:</p>
<blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
<span><div><div>This is just a small heads up, that the Time Server example found in the<br>documentation has a compilation error. <br>...<br>ChannelBuffer time = ChannelBuffers.buffer(4);<br>time.writeInt(System.currentTimeMillis() / 1000);<br><br>writeInt accepts ints, but the argument is of long type.<br>System.currentTimeMillis() / 1000 returns a long.<br>...<br><br>Probably others noticed that, but I didn't find it mentioned on the forums..<br>Just thought to let you know to fix the doc.<br><br>Thank you,<br>Tiberiu<br><br>--<br>View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Time-Server-Example-Error-in-documentation-tp6710743p6710743.html">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Time-Server-Example-Error-in-documentation-tp6710743p6710743.html</a><br>Sent from the Netty User Group mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>netty-users mailing list<br><a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br><a href="https://lists.jboss.org/mailman/listinfo/netty-users">https://lists.jboss.org/mailman/listinfo/netty-users</a><br></div></div></span>
</blockquote>
<div>
<br>
</div>