Ignore:
Timestamp:
2008-12-23T15:07:05+01:00 (15 years ago)
Author:
stoecker
Message:

removed usage of tab stops

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java

    r627 r1169  
    88public interface MapViewPaintable {
    99
    10         /**
    11         * Paint the dataset using the engine set.
    12         * @param mv The object that can translate GeoPoints to screen coordinates.
    13         */
    14         abstract public void paint(Graphics g, MapView mv);
     10    /**
     11    * Paint the dataset using the engine set.
     12    * @param mv The object that can translate GeoPoints to screen coordinates.
     13    */
     14    abstract public void paint(Graphics g, MapView mv);
    1515
    1616}
Note: See TracChangeset for help on using the changeset viewer.