Ignore:
Timestamp:
2012-05-28T22:10:47+02:00 (12 years ago)
Author:
bastiK
Message:

applied #7720 - fix for OsmServerBackreferenceReader

File:
1 edited

Legend:

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

    r4684 r5251  
    2727    /**
    2828     * This flag shows, that the properties have been changed by the user
    29      * and on upload the object will be send to the server
     29     * and on upload the object will be send to the server.
    3030     */
    3131    protected static final int FLAG_MODIFIED = 1 << 0;
    3232
    3333    /**
    34      * The visible flag indicates, that an object is marked
     34     * This flag is false, if the object is marked
    3535     * as deleted on the server.
    3636     */
     
    5454
    5555    /**
    56      * Put several boolean flag to one short int field to save memory.
     56     * Put several boolean flags to one short int field to save memory.
    5757     * Other bits of this field are used in subclasses.
    5858     */
     
    6767     * An id of 0 means an unknown id. The object has not been uploaded yet to
    6868     * know what id it will get.
    69      *
    7069     */
    7170    protected long id = 0;
Note: See TracChangeset for help on using the changeset viewer.