• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 5522 for trunk/SRC/org/openmicroscopy/shoola/env/init/Initializer.java

Show
Ignore:
Timestamp:
06/24/08 19:45:46 (5 months ago)
Author:
jburel
Message:

Externalise version, name, about file etc.
Fixed tickect #621

Files:
1 modified

  • trunk/SRC/org/openmicroscopy/shoola/env/init/Initializer.java (modified) (3 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/env/init/Initializer.java

    r4778 r5522  
    7575     */ 
    7676    protected static final List<Class>     initList = new ArrayList<Class>(); 
     77     
    7778    static { 
    7879        //This must be the first task to run b/c it will bring up 
    … …  
    8384        //(b/c it creates and fills up the container's config). 
    8485        initList.add(ContainerConfigInit.class); 
    85          
    8686        initList.add(LoggerInit.class); 
    8787        initList.add(EventBusInit.class); 
    … …  
    295295         *  
    296296         * @param subscriber    The listener. 
    297          * @return      <code>true</code> if <code>subscriber</code> is not already in  
     297         * @return      <code>true</code> if <code>subscriber</code> is not already in  
    298298         *                      the notification set, <code>false</code> otherwise. 
    299299         * @throws      NullPointerException If <code>null</code> is passed in.  

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/