Modify ↓
#7828 closed enhancement (fixed)
[patch] added/fixed Javadoc / minor code simplification
| Reported by: | Locked | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
- Fixed an error in Javadoc of TMSLayer.java (javadoc described another method)
- replaced new Thread(new Runnable({..}).start() with new Thread(){...}.start
Attachments (2)
Change History (4)
by , 14 years ago
| Attachment: | NavigatableComponent.patch added |
|---|
by , 14 years ago
| Attachment: | TMSLayer.patch added |
|---|
comment:1 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 5311/josm: