https://issues.apache.org/jira/browse/WICKET-1744 .
Sorry - forgot the url . On 7/9/08, Rakesh Sinha <[EMAIL PROTECTED]> wrote: > Thanks. > > Here it is . > > I would like to volunteer to fix this as well. > What are the svn commit procedures ? > > > On 7/9/08, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > please open a jira issue > > > > -igor > > > > > > On Wed, Jul 9, 2008 at 6:43 PM, Rakesh Sinha <[EMAIL PROTECTED]> wrote: > > > Hi - > > > I am looking at 1.4m2 codebase. > > > > > > One of the constructors of radio choice seem to be: > > > > > > public RadioChoice(final String id, final List<T> choices) .. > > > > > > In reality the second argument seems to be more appropriate for a > > > Collection , rather than as a list. > > > Any specific reason why it is List<?> instead of being a Collection<?> > > > . The argument being a collection can enable it to take Set<?>s. that > > > seems more appropriate here. > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
