r46724 - openimages/trunk/src/main/java/eu/openimages

0 views
Skip to first unread message

andre

unread,
Aug 4, 2015, 8:42:46 AM8/4/15
to mmbase...@googlegroups.com
Author: andre
Date: 2015-08-04 14:42:46 +0200 (Tue, 04 Aug 2015)
New Revision: 46724

Modified:
openimages/trunk/src/main/java/eu/openimages/PortalFilter.java
Log:
removed overrides

Modified: openimages/trunk/src/main/java/eu/openimages/PortalFilter.java
===================================================================
--- openimages/trunk/src/main/java/eu/openimages/PortalFilter.java 2015-08-04 12:41:33 UTC (rev 46723)
+++ openimages/trunk/src/main/java/eu/openimages/PortalFilter.java 2015-08-04 12:42:46 UTC (rev 46724)
@@ -65,7 +65,6 @@
protected boolean luceneUp = false;
protected boolean up = false;

- @Override
public void notify(SystemEvent se) {
if (se instanceof org.mmbase.module.tools.ApplicationsInstalledEvent) {
appUp = true;
@@ -76,7 +75,7 @@
up = appUp && luceneUp;
}
}
- @Override
+
public int getWeight() {
return 0;
}
@@ -84,7 +83,6 @@
/**
* Initializes filter
*/
- @Override
public void init(javax.servlet.FilterConfig config) throws ServletException {
LOG.info("Starting PortalFilter with " + config);
ctx = config.getServletContext();

Reply all
Reply to author
Forward
0 new messages