source formating update

Former-commit-id: da043ebca3e9a6b9b63c7b8c371563cc16121d4e
This commit is contained in:
Jeremy Long
2013-05-13 11:09:39 -04:00
parent 0b04cc196a
commit 7de83a77c2

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.
*/ */