Note: We're testing the ability to change the log of an already
committed message.
It's not working yet since I just changed the log and it's showing a
diff in the code...
Thanks
-Vincent
On Nov 18, 2008, at 3:28 PM, tmortagne (SVN) wrote:
Author: tmortagne
Date: 2008-11-06 18:55:27 +0100 (Thu, 06 Nov 2008)
New Revision: 14029
Modified:
platform/core/trunk/xwiki-rendering/src/main/java/org/xwiki/
rendering/transformation/MacroTransformationContext.java
Log:
Fixed javadoc (test)
Modified: platform/core/trunk/xwiki-rendering/src/main/java/org/
xwiki/rendering/transformation/MacroTransformationContext.java
===================================================================
--- platform/core/trunk/xwiki-rendering/src/main/java/org/xwiki/
rendering/transformation/MacroTransformationContext.java 2008-11-06
17:44:22 UTC (rev 14028)
+++ platform/core/trunk/xwiki-rendering/src/main/java/org/xwiki/
rendering/transformation/MacroTransformationContext.java 2008-11-06
17:55:27 UTC (rev 14029)
@@ -125,7 +125,7 @@
}
/**
- * @param syntaxId the current syntax.
+ * @param syntax the current syntax.
*/
public void setSyntax(Syntax syntax)
{