Changeset 6362 in josm for trunk/src/org/openstreetmap/josm/tools/template_engine
- Timestamp:
- 2013-11-03T01:06:23+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/template_engine/CompoundTemplateEntry.java
r4282 r6362 3 3 4 4 5 public class CompoundTemplateEntry implements TemplateEntry {5 public final class CompoundTemplateEntry implements TemplateEntry { 6 6 7 7 public static TemplateEntry fromArray(TemplateEntry... entry) {
Note: See TracChangeset
for help on using the changeset viewer.