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"
60
60
PageConfig cfg = PageConfig . get(request);
61
61
String configError = " " ;
62
62
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." ;
65
65
} else if (! cfg. getEnv(). getSourceRootFile(). isDirectory()) {
66
66
configError = " The source root " + cfg. getEnv(). getSourceRootPath()
67
67
+ " specified in your configuration does "
@@ -88,4 +88,4 @@ include file="pageheader.jspf"
88
88
89
89
include file= " foot.jspf"
90
90
91
- % >
91
+ % >
You can’t perform that action at this time.
0 commit comments