Re: [PATCH][collections]import clean up

2002-10-13 Thread Stephen Colebourne
Patch applied, thanks Stephen - Original Message - From: "Steve Downey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 06, 2002 6:22 PM Subject: [PATCH][collections]import clean up A lot of the collections classes import elements that are not

[PATCH][collections]import clean up

2002-10-06 Thread Steve Downey
A lot of the collections classes import elements that are not actually used, or are used only in javadoc. This patch removes the unused imports, and some of the import x.*'s, and uses fully qualified class names in javadoc {@link} elements. Index: src/java/org/apache/commons/collections/Array