RE: Javadoc misprint for DefaultListSelectionModel
"Christian Cryder" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
No objections, but its actually a moot point, since ListSelectionModel is an interface, so any variables declared therein effectively are static final (whether they are declared that way or not). Christian ---------------------------------------------- Christian Cryder [[email protected]] Internet Architect, ATMReports.com Barracuda - http://barracudamvc.org ---------------------------------------------- "Coffee? I could quit anytime, just not today" -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Jacob Kjome Sent: Monday, May 05, 2003 1:23 PM To: [email protected] Subject: Re: [Barracuda] Javadoc misprint for DefaultListSelectionModel Oh, ok, I thought you were a committer. I'll make the change. BTW, shouldn't SINGLE_SELECTION, SINGLE_INTERVAL_SELECTION, and MULTIPLE_INTERVAL_SELECTION be static variables in ListSelectionModel? They aren't currently. I don't see why not? Actually, they should also be final. Any objections to making them static final? Jake At 10:57 AM 5/5/2003 -0600, you wrote: Yes that's right... I however am not a commiter so I don't have access to check in changes to source files. -shawn Jacob Kjome wrote: Hi Shawn, Go ahead and make the change. It is just a Javadoc correction, right? Jake At 10:03 AM 5/5/2003 -0600, you wrote: Hey guys, just wanted to let someone know that there is some incorrect information in the javadoc comments for DefaultListSelectionModel. Specifically, the comments for setSelectionMode() claim "the default it MULTIPLE_INTERVAL_SELECTION". However, after wondering why my BSelect wasn't working and then looking at the source I see that should actually say "SINGLE_SELECTION". -shawn _______________________________________________ Barracuda mailing list [email protected] http://barracudamvc.org/lists/listinfo/barracuda _______________________________________________ Barracuda mailing list [email protected] http://barracudamvc.org/lists/listinfo/barracuda