Ignore:
Timestamp:
2010-09-15T18:59:53+02:00 (14 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java

    r22427 r23192  
    4848  private static class DownloadAlongAction extends JosmAction {
    4949    /**
    50                  *
    51                 */
     50         *
     51        */
    5252    private static final long serialVersionUID = 1L;
    5353
     
    193193       * however we can only download rectangles, so the following is an attempt
    194194       * at finding a number of rectangles to download.
    195        * 
     195       *
    196196       * The idea is simply: Start out with the full bounding box. If it is too
    197197       * large, then split it in half and repeat recursively for each half until
Note: See TracChangeset for help on using the changeset viewer.