Skip to content

Commit c304cb8

Browse files
author
Vladimir Kotal
committed
remove extra spaces
1 parent aecdda1 commit c304cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opengrok-web/src/main/webapp/error.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ include file="pageheader.jspf"
6060
PageConfig cfg = PageConfig.get(request);
6161
String configError = "";
6262
if (cfg.getSourceRootPath() == null || cfg.getSourceRootPath().isEmpty()) {
63-
configError = "The source root path has not been configured ! "
64-
+ " Please configure your webapp.";
63+
configError = "The source root path has not been configured! "
64+
+ "Please configure your webapp.";
6565
} else if (!cfg.getEnv().getSourceRootFile().isDirectory()) {
6666
configError = "The source root " + cfg.getEnv().getSourceRootPath()
6767
+ " specified in your configuration does "
@@ -88,4 +88,4 @@ include file="pageheader.jspf"
8888
8989
include file="foot.jspf"
9090
91-
%>
91+
%>

0 commit comments

Comments
 (0)