Modify ↓
Opened 16 years ago
Closed 16 years ago
#3683 closed defect (fixed)
Cannot compile revision 2264
| Reported by: | bilbo | Owned by: | team |
|---|---|---|---|
| Priority: | blocker | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
Can't compile r2264. Perhaps someone forgot to do "svn add" before "svn commit"?
[javac] Compiling 546 source files to /dev/shm/j/core/build
[javac] /dev/shm/j/core/src/org/openstreetmap/josm/data/osm/DataSet.java:3: cannot find symbol
[javac] symbol : class ReverseLookup
[javac] location: package org.openstreetmap.josm.tools
[javac] import org.openstreetmap.josm.tools.ReverseLookup;
[javac] ^
Attachments (0)
Note:
See TracTickets
for help on using tickets.



I think someone forget to clean up the imports.
Should be fixed in r2265.