Changeset 10421 in josm for trunk/src/org


Ignore:
Timestamp:
2016-06-19T01:24:37+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix @since 10420

File:
1 edited

Legend:

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

    r10420 r10421  
    441441     * Prints a debug message for the given Throwable. Useful for exceptions usually ignored
    442442     * @param t The throwable object causing the error
    443      * @since 10419
     443     * @since 10420
    444444     */
    445445    public static void debug(Throwable t) {
     
    450450     * Prints a trace message for the given Throwable. Useful for exceptions usually ignored
    451451     * @param t The throwable object causing the error
    452      * @since 10419
     452     * @since 10420
    453453     */
    454454    public static void trace(Throwable t) {
     
    473473     * @param t The throwable object causing the error
    474474     * @param message additional error message
    475      * @since 10419
     475     * @since 10420
    476476     */
    477477    public static void error(Throwable t, String message) {
     
    496496     * @param t The throwable object causing the error
    497497     * @param message additional error message
    498      * @since 10419
     498     * @since 10420
    499499     */
    500500    public static void warn(Throwable t, String message) {
Note: See TracChangeset for help on using the changeset viewer.