Changeset 32395 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/NothingFixer.java
- Timestamp:
- 2016-06-24T09:10:57+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/relationfix/NothingFixer.java
r30738 r32395 1 // License: GPL. For details, see LICENSE file. 1 2 package relcontext.relationfix; 2 3 … … 12 13 super(""); 13 14 } 15 14 16 @Override 15 17 public boolean isFixerApplicable(Relation rel) { 16 18 return true; 17 19 } 20 18 21 @Override 19 22 public boolean isRelationGood(Relation rel) { … … 25 28 return null; 26 29 } 27 28 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
