File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ After include you are here: /body/div#page/div#content/
30
30
<%@page contentType =" text/html; charset=UTF-8" pageEncoding =" UTF-8" %>
31
31
<%@page import =" org.json.simple.JSONArray" %>
32
32
<%@page import =" java.util.SortedSet" %>
33
- <%@page import =" org.opensolaris.opengrok.configuration.RuntimeEnvironment " %>
33
+ <%@page import =" org.opensolaris.opengrok.web.messages.MessagesContainer " %>
34
34
<%@ page session =" false" errorPage =" error.jsp" import="
35
35
java.io.File,
36
36
java.io.IOException,
@@ -102,7 +102,7 @@ include file="pageheader.jspf"
102
102
JSONArray messages = new JSONArray ();
103
103
if (cfg. getProject() != null ) {
104
104
messages = Util . messagesToJson(cfg. getProject(),
105
- RuntimeEnvironment . MESSAGES_MAIN_PAGE_TAG );
105
+ MessagesContainer . MESSAGES_MAIN_PAGE_TAG );
106
106
}
107
107
% >
108
108
<% if (! messages. isEmpty()) { % >
You can’t perform that action at this time.
0 commit comments