Changeset 2804 in osm for applications/editors/josm/plugins/validator
- Timestamp:
- 2007-05-06T22:04:12+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ErrorLayer.java
r2803 r2804 1 1 package org.openstreetmap.josm.plugins.validator; 2 2 3 import static org.openstreetmap.josm.tools.I18n.trn;4 3 import static org.openstreetmap.josm.tools.I18n.tr; 4 5 5 import java.awt.Component; 6 6 import java.awt.Graphics; 7 import java.util. *;7 import java.util.Enumeration; 8 8 9 9 import javax.swing.*;
Note:
See TracChangeset
for help on using the changeset viewer.