Ignore:
Timestamp:
2016-06-17T23:50:27+02:00 (9 years ago)
Author:
Don-vip
Message:

fix #12981 - mimic the old behavior of the layer listeners (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

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

    r10375 r10412  
    6363     * @return The method name.
    6464     */
    65     static String getCallingMethod(int offset) {
     65    public static String getCallingMethod(int offset) {
    6666        StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace();
    6767        String className = BugReport.class.getName();
Note: See TracChangeset for help on using the changeset viewer.