Changeset 4071 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2011-05-03T22:08:17+02:00 (13 years ago)
Author:
framm
Message:

use STATUS_UNDECIDED for users who have not recorded a decision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/User.java

    r4066 r4071  
    196196        if (nonRelicensingUsers == null) return STATUS_UNKNOWN;
    197197        if (nonRelicensingUsers.contains(id)) return (relicensingStatus = STATUS_NOT_AGREED);
    198         return STATUS_UNKNOWN;
     198        return STATUS_UNDECIDED;
    199199    }
    200200
Note: See TracChangeset for help on using the changeset viewer.