On Wed, Mar 10, 2010 at 13:29, Sergiu Dumitriu <[email protected]> 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?
Same question for me, in fact the new one seems invalid to me.
- * @see AbstractScriptMacro#evaluate(ScriptMacroParameters, String, MacroTransformationContext) + * @see AbstractScriptMacro#evaluate */ @Override protected String evaluate(VelocityMacroParameters parameters, String content, MacroTransformationContext context)
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne