Changeset 9079 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2015-12-02T00:19:08+01:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/tools/template_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/template_engine/CompoundTemplateEntry.java
r8376 r9079 1 1 // License: GPL. For details, see LICENSE file. 2 2 package org.openstreetmap.josm.tools.template_engine; 3 4 3 5 4 public final class CompoundTemplateEntry implements TemplateEntry { -
trunk/src/org/openstreetmap/josm/tools/template_engine/Condition.java
r8390 r9079 4 4 import java.util.ArrayList; 5 5 import java.util.List; 6 7 6 8 7 public class Condition implements TemplateEntry {
Note:
See TracChangeset
for help on using the changeset viewer.