Skip to content

Commit

Permalink
fix copy pase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Oct 10, 2024
1 parent 524bc32 commit 0c06b70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public GuiServiceInfo(
@Value("${sebserver.gui.multilingual:false}") final boolean multilingualGUI) {

if (StringUtils.isBlank(externalScheme)) {
throw new RuntimeException("Missing mandatory inital parameter sebserver.gui.http.external.servername");
throw new RuntimeException("Missing mandatory inital parameter sebserver.gui.http.external.scheme");
}

if (StringUtils.isBlank(externalServer)) {
Expand Down

0 comments on commit 0c06b70

Please sign in to comment.