Changeset 4642 in josm for trunk/src/org
- Timestamp:
- 2011-12-08T02:33:10+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/progress/ChildProgress.java
r4641 r4642 11 11 this.parent = parent; 12 12 this.internal = internal; 13 } 14 15 public final AbstractProgressMonitor getParent() { 16 return parent; 17 } 18 19 public final boolean isInternal() { 20 return internal; 13 21 } 14 22
Note:
See TracChangeset
for help on using the changeset viewer.