Changeset 5266 in josm for trunk/src/org/openstreetmap/josm/io/ChangesetClosedException.java
- Timestamp:
- 2012-06-03T16:41:25+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/ChangesetClosedException.java
r3562 r5266 14 14 /** 15 15 * A ChangesetClosedException is thrown if the server replies with a HTTP 16 * return code 409 (Conflict) with the error header {@ see#ERROR_HEADER_PATTERN}.16 * return code 409 (Conflict) with the error header {@link #ERROR_HEADER_PATTERN}. 17 17 * 18 18 * Depending on the context the exception is thrown in we have to react differently. … … 50 50 51 51 /** 52 * Replies true if <code>errorHeader</code> matches with {@ see#ERROR_HEADER_PATTERN}52 * Replies true if <code>errorHeader</code> matches with {@link #ERROR_HEADER_PATTERN} 53 53 * 54 54 * @param errorHeader the error header 55 * @return true if <code>errorHeader</code> matches with {@ see#ERROR_HEADER_PATTERN}55 * @return true if <code>errorHeader</code> matches with {@link #ERROR_HEADER_PATTERN} 56 56 */ 57 57 static public boolean errorHeaderMatchesPattern(String errorHeader) {
Note:
See TracChangeset
for help on using the changeset viewer.