Skip to content

Commit

Permalink
change title of summary page to Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Sep 25, 2014
1 parent 870ae47 commit 75e6af2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ private void writeIndexFile( File toDir ) {
utils = new HtmlWriterUtils( printWriter );
try {
ReportModelHtmlWriter htmlWriter = new ReportModelHtmlWriter( printWriter );
htmlWriter.writeHtmlHeader( "Scenarios" );
htmlWriter.writeHtmlHeader( "Summary" );

ReportModel reportModel = new ReportModel();
reportModel.setClassName( ".Scenarios" );
reportModel.setClassName( ".Summary" );

tocWriter.writeToc( printWriter );
htmlWriter.visit( reportModel );
Expand Down

0 comments on commit 75e6af2

Please sign in to comment.