You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2006/11/02 03:07:36 UTC

Re: svn commit: r470169 - in /geronimo/server/trunk: configs/online-deployer/ maven-plugins/car-maven-plugin/src/main/java/org/apache/geronimo/mavenplugins/car/

On Nov 1, 2006, at 5:29 PM, sppatel@apache.org wrote:
> +
> +    /**
> +     * @parameter
> +     *
> +     * Entry name used in replacement for ArtifactItem that is not  
> resolved
> +     */
> +    private String entry;

FYI, this is not a valid JavaDoc for a field.  The description of the  
field must come before tags.

--jason