Skip to content

Commit 0c3bfaa

Browse files
Removed hard coded test data
1 parent 030426e commit 0c3bfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refactor-first-maven-plugin/src/main/java/org/hjug/mavenreport/RefactorFirstMavenReport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public void execute() {
180180
" <div id=\"bodyColumn\">\n" +
181181
" <div id=\"contentBox\">");
182182

183-
stringBuilder.append("<section>\n" + "<h2><a name=\"God_Class_Report_for_Apache_Tobago_5.0.0-SNAPSHOT\"></a>God Class Report for ")
183+
stringBuilder.append("<section>\n" + "<h2>God Class Report for ")
184184
.append(projectName).append(" ").append(projectVersion).append("</h2>\n").append("<div id=\"series_chart_div\"></div>");
185185

186186
GitLogReader gitLogReader = new GitLogReader();

0 commit comments

Comments
 (0)