On 10/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >-    private static List getExtraClasspathFileList(CommandLine line) {
> >+    /**
> >+     * Parses the <code>cp</code> option from the command line, and
> returns a list of [EMAIL PROTECTED] File}.
> >+     * <p>
> >+     * All the files contained in the returned List exist, non
> existing files are simply skipped
> >+     * with a warning.
>
> need a </p> here ...


fixed

Xavier

>+     *
> >+     * @param line
> >+     *            the command line in which the cp option shold be
> parsed
> >+     * @return a List of files to include as extra classpath entries,
> or <code>null</code> if no
> >+     *         cp option was provided.
> >+     */
>
> >+    private static List/*<File>*/
> getExtraClasspathFileList(CommandLine line) {
> >-            fileList = new ArrayList();
> >+            fileList = new ArrayList/*<File>*/();
>
> nice Java5-comment ;)
>
>
> Jan
>



-- 
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://ant.apache.org/ivy/
http://www.xoocode.org/

Reply via email to