Ignore:
Timestamp:
2017-06-10T00:42:11+02:00 (7 years ago)
Author:
michael2402
Message:

More documentation for the tools package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java

    r11796 r12382  
    8181    }
    8282
     83    /**
     84     * Parses a precondition failure response from the server and attempts to get more information about it
     85     * @param msg The message from the server
     86     * @return The OSM primitive that caused the problem and a collection of primitives that e.g. refer to it
     87     */
    8388    public static Pair<OsmPrimitive, Collection<OsmPrimitive>> parsePreconditionFailed(String msg) {
    8489        if (msg == null)
Note: See TracChangeset for help on using the changeset viewer.