Modify ↓
Opened 16 years ago
Closed 16 years ago
#3789 closed defect (fixed)
[PATCH] remotecontrol does not compile on OpenJDK
Reported by: | Daeron | Owned by: | framm |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core remotecontrol | Version: | latest |
Keywords: | Cc: |
Description
remotecontrol does not compile at least on OpenJDK:
josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RequestProcessor.java:36: cannot find symbol symbol : class DownloadTask location: class org.openstreetmap.josm.gui.download.DownloadDialog import org.openstreetmap.josm.gui.download.DownloadDialog.DownloadTask;
Attached patch fixes the compiling.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | remotecontrol.patch added |
---|
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Should be fixed in the latest plugin version.