Changeset 165


Ignore:
Timestamp:
07/28/08 16:36:18 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r162 r165  
    1414import java.util.HashMap;
    1515import java.util.LinkedList;
     16import java.util.Map;
    1617
    1718import org.expeditee.agents.ExistingFramesetException;
     
    253254                } else {
    254255                        fullPath = getFrameFullPathName(path, frameName);
    255                         assert(fullPath != null);
     256                        assert (fullPath != null);
    256257                }
    257258                // If the frame was not located return null
Note: See TracChangeset for help on using the changeset viewer.