On Wed, Mar 10, 2010 at 13:35, Vincent Massol <[email protected]> wrote: > > On Mar 10, 2010, at 1:29 PM, Sergiu Dumitriu wrote: > >> On 03/10/2010 08:58 AM, vmassol (SVN) wrote: >>> Author: vmassol >>> Date: 2010-03-10 08:58:56 +0100 (Wed, 10 Mar 2010) >>> New Revision: 27563 >>> >>> Modified: >>> >>> platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-velocity/src/main/java/org/xwiki/rendering/internal/macro/velocity/VelocityMacro.java >>> Log: >>> fixed invalid javadoc >>> >>> Modified: >>> platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-velocity/src/main/java/org/xwiki/rendering/internal/macro/velocity/VelocityMacro.java >>> =================================================================== >>> --- >>> platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-velocity/src/main/java/org/xwiki/rendering/internal/macro/velocity/VelocityMacro.java >>> 2010-03-10 06:43:01 UTC (rev 27562) >>> +++ >>> platform/core/trunk/xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-velocity/src/main/java/org/xwiki/rendering/internal/macro/velocity/VelocityMacro.java >>> 2010-03-10 07:58:56 UTC (rev 27563) >>> @@ -87,7 +87,7 @@ >>> /** >>> * {...@inheritdoc} >>> * >> >> Why is this invalid? > > because ScriptMacroParameters is not known to the class so you'd need the > full package name.
why not put the full package name then ? > > -Vincent > >> >>> - * @see AbstractScriptMacro#evaluate(ScriptMacroParameters, String, >>> MacroTransformationContext) >>> + * @see AbstractScriptMacro#evaluate >>> */ >>> �...@override >>> protected String evaluate(VelocityMacroParameters parameters, String >>> content, MacroTransformationContext context) >> > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

