Changeset 1063


Ignore:
Timestamp:
05/15/16 17:30:02 (8 years ago)
Author:
davidb
Message:

Comment tidy up

File:
1 edited

Legend:

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

    r940 r1063  
    7474         * @param y
    7575         *            the y position for the button. Null if the button is anchored
    76          *            to the bottom of the scree.
     76         *            to the bottom of the screen.
    7777         * @param right
    7878         *            the distance the button is anchored from the right of this
     
    119119                        toUse = FrameIO.CreateFrameset(name, path, recreate);
    120120                } catch (ExistingFramesetException efe) {
     121                        // Need a comment here to explain why this catch() clause is empty
     122                        // (or else it should be throwing an exception)
    121123                } catch (Exception e) {
    122124                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.