This is an automated email from the git hooks/post-receive script. New commit to annotated tag v2.0.0-beta-1 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git commit 01cdb0852e8043ff63d6a815829153880594d7d0 Author: Tony Chemit <chemit@codelutin.com> Date: Mon Nov 2 07:52:03 2009 +0000 fix javadoc --- .../src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java b/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java index 516e243..7f3b427 100644 --- a/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java +++ b/maven-jaxx-plugin/src/main/java/org/nuiton/jaxx/plugin/GenerateMojo.java @@ -120,7 +120,7 @@ public class GenerateMojo extends AbstractJaxxMojo implements CompilerConfigurat * * @parameter expression="${jaxx.defaultDecoratorFQN}" default-value="jaxx.compiler.decorators.DefaultCompiledObjectDecorator" * - * @see jaxx.compiler.decorators.CompiledObjectDecorator + * @see jaxx.compiler.CompiledObjectDecorator */ protected String defaultDecoratorFQN; /** @@ -173,7 +173,7 @@ public class GenerateMojo extends AbstractJaxxMojo implements CompilerConfigurat */ protected boolean testPhase; /** - * to make compiler i18nable, says add the {@link org.nuiton.i18n.I18n#_(String, Object[])} method + * to make compiler i18nable, says add the {@link org.nuiton.i18n.I18n#_(String, Object...)} method * invocation on {@link jaxx.compiler.I18nHelper#I18N_ATTRIBUTES} attributes. * * @parameter expression="${jaxx.i18nable}" default-value="true" @@ -205,7 +205,7 @@ public class GenerateMojo extends AbstractJaxxMojo implements CompilerConfigurat /** * extra path to be added in {@link java.beans.Introspector#setBeanInfoSearchPath(java.lang.String[])}. * <p/> - * add beanInfoSearchPath to be registred by {@link BeanInfoUtil#addJaxxBeanInfoPath(java.lang.String[])} + * add beanInfoSearchPath to be registred by {@link BeanInfoUtil#addJaxxBeanInfoPath(java.lang.String...)} * <p/> * and then will be use by {@link jaxx.compiler.spi.DefaultInitializer#initialize()}. * <p/> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.