Ignore:
Timestamp:
2020-11-23T16:28:11+01:00 (3 years ago)
Author:
Don-vip
Message:

see #20129 - Fix typos and misspellings in the code (patch by gaben)

File:
1 edited

Legend:

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

    r16621 r17333  
    4242
    4343    /**
    44      * We capture all stack traces on exception creation. This allows us to trace synchonization problems better.
     44     * We capture all stack traces on exception creation. This allows us to trace synchronization problems better.
    4545     * We cannot be really sure what happened but we at least see which threads
    4646     */
     
    6262     * Constructs a new {@code ReportedException}.
    6363     * @param exception the cause (which is saved for later retrieval by the {@link #getCause()} method)
    64      * @param caughtOnThread thread where the exception was caugth
     64     * @param caughtOnThread thread where the exception was caught
    6565     * @since 14380
    6666     */
     
    277277
    278278    /**
    279      * Check if this is caused by an out of memory situaition
     279     * Check if this is caused by an out of memory situation
    280280     * @return <code>true</code> if it is.
    281281     * @since 10819
Note: See TracChangeset for help on using the changeset viewer.