Ignore:
Timestamp:
2003-10-06T13:32:25+13:00 (21 years ago)
Author:
mdewsnip
Message:

Many formatting, structural and code improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java

    r5571 r5581  
    5353import org.greenstone.gatherer.collection.Collection;
    5454import org.greenstone.gatherer.collection.DeleteCollectionPrompt;
    55 import org.greenstone.gatherer.collection.LoadCollectionBox;
    5655import org.greenstone.gatherer.collection.SaveCollectionBox;
    5756import org.greenstone.gatherer.file.FileNode;
     
    618617        // Wait until it is closed.
    619618        try {
    620             synchronized(this) {
     619            synchronized(this) {
    621620                while(Gatherer.c_man.reallyReady()) {
    622                 wait(10);
     621                wait(10);
    623622                }
    624             }
     623            }
    625624        }
    626625        catch(Exception error) {
Note: See TracChangeset for help on using the changeset viewer.