Skip to content

Commit 8f2888e

Browse files
committed
Update app name for html report
1 parent b75a016 commit 8f2888e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/verapdf/report/HTMLReport.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class HTMLReport {
3939
private static final String xslExt = ".xsl"; //$NON-NLS-1$
4040
private static final String detailedReport = resourceRoot + "DetailedHtmlReport" + xslExt; //$NON-NLS-1$
4141
private static final String summaryReport = resourceRoot + "SummaryHtmlReport" + xslExt; //$NON-NLS-1$
42-
private static final String GUI = "gui"; //$NON-NLS-1$
42+
private static final String APPS = "apps"; //$NON-NLS-1$
4343
private static final String VERAPDF_REST = "verapdf-rest"; //$NON-NLS-1$
4444

4545
private HTMLReport() {
@@ -102,7 +102,7 @@ private static String getAppName() {
102102
return VERAPDF_REST;
103103
}
104104
}
105-
return GUI;
105+
return APPS;
106106
}
107107

108108
}

0 commit comments

Comments
 (0)