Changeset 10412 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2016-06-17T23:50:27+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/bugreport/BugReport.java
r10375 r10412 63 63 * @return The method name. 64 64 */ 65 static String getCallingMethod(int offset) { 65 public static String getCallingMethod(int offset) { 66 66 StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace(); 67 67 String className = BugReport.class.getName();
Note:
See TracChangeset
for help on using the changeset viewer.