We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767d24f commit ba747ebCopy full SHA for ba747eb
1 file changed
core/src/main/java/org/verapdf/report/HTMLReport.java
@@ -39,7 +39,7 @@ public final class HTMLReport {
39
private static final String xslExt = ".xsl"; //$NON-NLS-1$
40
private static final String detailedReport = resourceRoot + "DetailedHtmlReport" + xslExt; //$NON-NLS-1$
41
private static final String summaryReport = resourceRoot + "SummaryHtmlReport" + xslExt; //$NON-NLS-1$
42
- private static final String GUI = "gui"; //$NON-NLS-1$
+ private static final String APPS = "apps"; //$NON-NLS-1$
43
private static final String VERAPDF_REST = "verapdf-rest"; //$NON-NLS-1$
44
45
private HTMLReport() {
@@ -102,7 +102,7 @@ private static String getAppName() {
102
return VERAPDF_REST;
103
}
104
105
- return GUI;
+ return APPS;
106
107
108
0 commit comments