Changeset 539 for DCWoRMS/trunk/build/classes/schedframe/Property.java
- Timestamp:
- 10/31/12 13:52:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/build/classes/schedframe/Property.java
r477 r539 3 3 import java.util.ArrayList; 4 4 5 import schemas.StringValueWithUnit ;5 import schemas.StringValueWithUnitType; 6 6 7 public class Property extends ArrayList<StringValueWithUnit >{7 public class Property extends ArrayList<StringValueWithUnitType>{ 8 8 9 9 /**
Note: See TracChangeset
for help on using the changeset viewer.