source formating update

Former-commit-id: 02681646cb18f9dbe7a4744af77128fc62865220
This commit is contained in:
Jeremy Long
2013-05-13 11:09:39 -04:00
parent 6da8af7680
commit 9c27545f5f

View File

@@ -52,6 +52,7 @@ public class ReportGenerator {
* An enumeration of the report formats. * An enumeration of the report formats.
*/ */
public enum Format { public enum Format {
/** /**
* Generate all reports. * Generate all reports.
*/ */
@@ -65,7 +66,6 @@ public class ReportGenerator {
*/ */
HTML HTML
} }
/** /**
* The Velocity Engine. * The Velocity Engine.
*/ */