Ignore:
Timestamp:
2016-08-17T23:52:22+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13306 - fix wrong version number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRenderer.java

    r10827 r10829  
    9898     * @param orderNumber The number of the segment in the way.
    9999     * @param clr The color to use for drawing the text.
    100      * @since 10826
     100     * @since 10827
    101101     */
    102102    protected void drawOrderNumber(MapViewPoint p1, MapViewPoint p2, int orderNumber, Color clr) {
     
    194194     * @param space The free space to check against.
    195195     * @return <code>true</code> if segment is larger than required space
    196      * @since 10826
     196     * @since 10827
    197197     */
    198198    public static boolean isLargeSegment(MapViewPoint p1, MapViewPoint p2, int space) {
     
    206206     * @param p2 Second point of the way segment.
    207207     * @return <code>true</code> if segment may be visible.
    208      * @since 10826
     208     * @since 10827
    209209     */
    210210    protected boolean isSegmentVisible(MapViewPoint p1, MapViewPoint p2) {
     
    219219     * @param path The path to append drawing to.
    220220     * @param w The ways to draw node for.
    221      * @since 10826
     221     * @since 10827
    222222     */
    223223    public void visitVirtual(Path2D path, Way w) {
Note: See TracChangeset for help on using the changeset viewer.