Re: Updated URLEncodedQueryString

2007-08-03 Thread Michael McMahon
Richard Kennard wrote: Chris, Thanks for your feedback. And actually, picky is good! I much prefer picky feedback to no feedback at all. I have updated the JavaDoc with your suggestions: https://jdk-collaboration.dev.java.net/servlets/ProjectForumMessageView?messageID=20922&forumID=1463

Re: Updated URLEncodedQueryString

2007-08-02 Thread Richard Kennard
the named parameter has, or..." How about returning an empty list if the parameter does not exist? Similar to getParameterNames, "an empty Iterator if there are no parameters" Also, typo in @returns "an List of String objects..." -> "a List

Re: Updated URLEncodedQueryString

2007-08-02 Thread Christopher Hegarty - Sun Microsystems Ireland
quot; -> "a List of String objects..." -Chris. Richard Kennard wrote: Michael, I have further updated URLEncodedQueryString to incorporate everybody's JavaDoc feedback: https://jdk-collaboration.dev.java.net/servlets/ProjectForumMessageView?messageID=20908&forumID=1463 Hoped to hear from you soon, Richard.

Updated URLEncodedQueryString

2007-08-01 Thread Richard Kennard
Michael, I have further updated URLEncodedQueryString to incorporate everybody's JavaDoc feedback: https://jdk-collaboration.dev.java.net/servlets/ProjectForumMessageView?messageID=20908&forumID=1463 Hoped to hear from you soon, Richard.