- Timestamp:
- 06/24/08 19:45:46 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SRC/org/openmicroscopy/shoola/env/init/Initializer.java
r4778 r5522 75 75 */ 76 76 protected static final List<Class> initList = new ArrayList<Class>(); 77 77 78 static { 78 79 //This must be the first task to run b/c it will bring up … … 83 84 //(b/c it creates and fills up the container's config). 84 85 initList.add(ContainerConfigInit.class); 85 86 86 initList.add(LoggerInit.class); 87 87 initList.add(EventBusInit.class); … … 295 295 * 296 296 * @param subscriber The listener. 297 * @return <code>true</code> if <code>subscriber</code> is not already in297 * @return <code>true</code> if <code>subscriber</code> is not already in 298 298 * the notification set, <code>false</code> otherwise. 299 299 * @throws NullPointerException If <code>null</code> is passed in.
