Ignore:
Timestamp:
2016-03-18T00:41:42+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #12639 - NPE in History Window for primitives with more than 100 versions

File:
1 edited

Legend:

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

    r9371 r10006  
    180180    }
    181181
     182    /**
     183     * Returns the changeset for this history primitive.
     184     * @return the changeset for this history primitive
     185     */
    182186    public Changeset getChangeset() {
    183187        return changeset;
    184188    }
    185189
     190    /**
     191     * Sets the changeset for this history primitive.
     192     * @param changeset the changeset for this history primitive
     193     */
    186194    public void setChangeset(Changeset changeset) {
    187195        this.changeset = changeset;
Note: See TracChangeset for help on using the changeset viewer.