Ignore:
Timestamp:
10.03.2010 16:26:43 (2 years ago)
Author:
Gubaer
Message:

Removing @Overrides - got inserted too early and make troubles while still building for Java 1.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java

    r3104 r3105  
    220220    } 
    221221 
    222     @Override 
    223222    public Bounds getBoundingBox() { 
    224223        return bbox; 
     
    231230     * @param bbox the bounding box. null to reset the bounding box 
    232231     */ 
    233     @Override 
    234232    public void setBoundingBox(Bounds bbox) { 
    235233        if (bbox == null) { 
Note: See TracChangeset for help on using the changeset viewer.