diff options
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/jsp/searchexistingsi.jsp')
-rw-r--r-- | epsdk-app-onap/src/main/webapp/WEB-INF/jsp/searchexistingsi.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/searchexistingsi.jsp b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/searchexistingsi.jsp index 76fe13e4b..bf3fc5722 100644 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/searchexistingsi.jsp +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/jsp/searchexistingsi.jsp @@ -44,7 +44,7 @@ <link rel="stylesheet" type="text/css" href="app/vid/styles/vidTree.css" /> <%@ page import="org.onap.vid.mso.*"%> -<%@ page import="org.openecomp.portalsdk.core.util.SystemProperties"%> +<%@ page import="org.onap.portalsdk.core.util.SystemProperties"%> <% String properties = "{msoMaxPolls:" + SystemProperties.getProperty(MsoProperties.MSO_MAX_POLLS) + ",msoMaxPollingIntervalMsec:" |