Re: JavaDoc added to org.apache.mina.queue

2008-05-22 Thread Trustin Lee
Hi Rich, Thanks for the feed back. :) On Thu, 22 May 2008 18:25:24 +0900, Rich Dougherty <[EMAIL PROTECTED]> wrote: Hi Trustin Wow, very comprehensive. I hope you wrote a code generator to write that doc! :-) Actually not, as you noticed. ;) Here's some feedback on the javadoc. I know you

Re: JavaDoc added to org.apache.mina.queue

2008-05-22 Thread Rich Dougherty
Hi Trustin Wow, very comprehensive. I hope you wrote a code generator to write that doc! :-) Here's some feedback on the javadoc. I know you asked for feedback on the original interface, so apologies if some of this is a bit late. 1. In the doc for removeSlice(int) it currently says *This method

JavaDoc added to org.apache.mina.queue

2008-05-21 Thread Trustin Lee
Hi folks, I've just added JavaDoc to the classes in org.apache.mina.queue package to make sure we understood the semantic of all operations correctly: * http://svn.apache.org/viewvc/mina/branches/buffer/core/src/main/java/org/apache/mina/queue/ A little bit of documentation was copied fr