o Better html

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding
2003-03-07 09:12:43 +00:00
parent d97f423407
commit 106d2b9634

View File

@@ -92,7 +92,7 @@ public class CodeTransform implements Serializable
/**
* Description of the Field
*/
public final static String COMMENT_END = "</font></i>";
public final static String COMMENT_END = "</i></font>";
/**
* Description of the Field
@@ -102,7 +102,7 @@ public class CodeTransform implements Serializable
/**
* Description of the Field
*/
public final static String JAVADOC_COMMENT_END = "</font></i>";
public final static String JAVADOC_COMMENT_END = "</i></font>";
/**
* Description of the Field