Skip to content
Snippets Groups Projects
Commit d5b73b4d authored by ribeaudc's avatar ribeaudc
Browse files

change:

- do not use 'BeanPostProcessor' interface but extends 'FileWatcherSynchronizer' and register there the 'RoleBasedAccessController's.

SVN: 1471
parent 15b8d8f7
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ import ch.systemsx.cisd.common.logging.LogFactory; ...@@ -43,7 +43,7 @@ import ch.systemsx.cisd.common.logging.LogFactory;
* *
* @author Christian Ribeaud * @author Christian Ribeaud
*/ */
public final class FileWatcherSynchronizer extends TimerTask public class FileWatcherSynchronizer extends TimerTask
{ {
private static final ChangeListener[] LISTENER_EMPTY_ARRAY = new ChangeListener[0]; private static final ChangeListener[] LISTENER_EMPTY_ARRAY = new ChangeListener[0];
...@@ -167,7 +167,7 @@ public final class FileWatcherSynchronizer extends TimerTask ...@@ -167,7 +167,7 @@ public final class FileWatcherSynchronizer extends TimerTask
} }
/** Clears the <code>Map</code>s used internally. */ /** Clears the <code>Map</code>s used internally. */
public final synchronized void destroy() public synchronized void destroy()
{ {
fileWatcherListeners.clear(); fileWatcherListeners.clear();
fileWatchers.clear(); fileWatchers.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment