Ignore:
Timestamp:
2009-12-30T20:18:59+01:00 (14 years ago)
Author:
stoecker
Message:

fix bad line endings

File:
1 edited

Legend:

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

    r2696 r2711  
    154154    /**
    155155     * Replies the collection of referring primitives for the primitives in <code>primitives</code>.
    156      * 
     156     *
    157157     * @param primitives the collection of primitives.
    158158     * @return the collection of referring primitives for the primitives in <code>primitives</code>;
     
    167167        return ret;
    168168    }
    169 
    170169
    171170    /* mappaint data */
     
    249248    /**
    250249     * Creates a new primitive for the given id.
    251      * 
     250     *
    252251     * If allowNegativeId is set, provided id can be < 0 and will be set to primitive without any processing.
    253252     * If allowNegativeId is not set, then id will have to be 0 (in that case new unique id will be generated) or
     
    571570     * Replies a list of direction-dependent keys that make an object
    572571     * direction dependent.
    573      * 
     572     *
    574573     * @return  a list of direction-dependent keys that make an object
    575574     * direction dependent.
     
    628627    }
    629628
    630 
    631629    /**
    632630     * Replies the id of the changeset this primitive was last uploaded to.
    633631     * 0 if this primitive wasn't uploaded to a changeset yet or if the
    634632     * changeset isn't known.
    635      * 
     633     *
    636634     * @return the id of the changeset this primitive was last uploaded to.
    637635     */
     
    640638    }
    641639
    642 
    643640    /**
    644641     * Sets the changeset id of this primitive. Can't be set on a new
    645642     * primitive.
    646      * 
     643     *
    647644     * @param changesetId the id. >= 0 required.
    648645     * @throws IllegalStateException thrown if this primitive is new.
     
    11371134    }
    11381135
    1139 
    11401136    /**
    11411137     * true if this object has direction dependent tags (e.g. oneway)
Note: See TracChangeset for help on using the changeset viewer.