Ignore:
Timestamp:
2014-01-11T02:21:08+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9508 - Centralized service for validator rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/EastNorth.java

    r6669 r6670  
    9191
    9292    /**
    93      * Replies true if east and north are different from Double.NaN and not inifinite
     93     * Replies true if east and north are different from Double.NaN and not infinite
    9494     *
    95      * @return true if east and north are different from Double.NaN and not inifinite
     95     * @return true if east and north are different from Double.NaN and not infinite
    9696     */
    9797    public boolean isValid() {
Note: See TracChangeset for help on using the changeset viewer.