File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/org/verapdf/report Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments