Ignore:
Timestamp:
2009-08-02T18:02:44+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed two issues in #3141: conflict resolution flags false conflicts on nodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmConnection.java

    r1811 r1881  
    145145        con.addRequestProperty("Authorization", "Basic "+Base64.encode(bytes));
    146146    }
     147
     148    /**
     149     * Replies true if this connection is canceled
     150     *
     151     * @return true if this connection is canceled
     152     * @return
     153     */
     154    public boolean isCanceled() {
     155        return cancel;
     156    }
    147157}
Note: See TracChangeset for help on using the changeset viewer.