>-    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 ...


>+     * 
>+     * @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

Reply via email to