Modify ↓
Opened 17 months ago
Closed 17 months ago
#7281 closed defect (fixed)
compile error
| Reported by: | hjart | Owned by: | team |
|---|---|---|---|
| Priority: | blocker | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
Checking out josm from svn this morning, I got some compile errors:
[javac] OsmDataSessionImporter.java:44: cannot find symbol
[javac] symbol : method getPostLayerTask()
[javac] location: class org.openstreetmap.josm.io.OsmImporter
[javac] support.addPostLayersTask(importer.getPostLayerTask());
[javac] ^
[javac] OsmDataSessionImporter.java:45: cannot find symbol
[javac] symbol : method getLayer()
[javac] location: class org.openstreetmap.josm.io.OsmImporter
[javac] return importer.getLayer();
[javac] ^
This seems related to changeset #4814
Attachments (0)
Change History (1)
comment:1 Changed 17 months ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



In [4815/josm]: