Changeset 4331 in josm for trunk


Ignore:
Timestamp:
2011-08-21T18:04:09+02:00 (13 years ago)
Author:
hansendc
Message:

clarify comment

This "guarantee" is conditional, so make it clear why this is
the case and what behavior we're depending on.

File:
1 edited

Legend:

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

    r4330 r4331  
    12551255        g.setFont(InfoFont);
    12561256
    1257         // The current zoom tileset is guaranteed to have all of
    1258         // its tiles
     1257        // The current zoom tileset should have all of its tiles
     1258        // due to the loadAllTiles(), unless it to tooLarge()
    12591259        for (Tile t : ts.allExistingTiles()) {
    12601260            this.paintTileText(ts, t, g, mv, displayZoomLevel, t);
Note: See TracChangeset for help on using the changeset viewer.