File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
opengrok-web/src/main/webapp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
8989include file= " foot.jspf"
9090
91- % >
91+ % >
You can’t perform that action at this time.
0 commit comments