DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23680>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23680

Collections Javadoc warnings with JDK 1.4.2





------- Additional Comments From [EMAIL PROTECTED]  2003-10-10 13:56 -------
Comments about previous patch:

1) I changed CommonsLinkedList to "public", if only because it is extended by
NodeCachingLinkedList which is public. Via protected functions,
NodeCachingLinkedList references protected functions of it CommonsLinkedList. 
For consistency, either those functions on NodeCachingLinkedList should be
private, or CommonsLinkedList should be public.  In my ignorance of the details
and history, I thought more transparency was better, and opted for the "public"
change.

2) In several files, I added an import, where the import serves only to block
warnings by javadoc, and is not needed by the code itself.  The alternative
would be to fully qualify all the references to StandardModificationHandler in
the comments, but I thought this change more concise.

Thanks for considering these additional changes.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to