Changeset 470


Ignore:
Timestamp:
05/23/13 20:12:50 (11 years ago)
Author:
davidb
Message:

White-space tidy-up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Text.java

    r427 r470  
    21992199
    22002200        /**
    2201          * Gets items which are in the same enclosure as this item. TODO: Improve
    2202          * the efficiency of this method
     2201         * Gets items which are in the same enclosure as this item.
     2202         * In the event more than one enclosure meets this criteria, then
     2203         * the one returned is the one with the smallest area.
     2204         * TODO: Improve the efficiency of this method
    22032205         *
    22042206         * @return
     
    22322234                return sameEnclosure;
    22332235        }
    2234 
     2236       
    22352237        /**
    22362238         * Returns true if items of the parent frame should be recalculated when
Note: See TracChangeset for help on using the changeset viewer.