diff options
Diffstat (limited to 'source/com/c2kernel/property/PropertyArrayList.java')
| -rw-r--r-- | source/com/c2kernel/property/PropertyArrayList.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/com/c2kernel/property/PropertyArrayList.java b/source/com/c2kernel/property/PropertyArrayList.java index dffbaf6..f59b2d5 100644 --- a/source/com/c2kernel/property/PropertyArrayList.java +++ b/source/com/c2kernel/property/PropertyArrayList.java @@ -13,17 +13,17 @@ import java.util.ArrayList; import com.c2kernel.utils.CastorArrayList;
-public class PropertyArrayList extends CastorArrayList<Property>
+public class PropertyArrayList extends CastorArrayList<Property>
{
public PropertyArrayList()
- {
+ {
super();
}
-
+
public PropertyArrayList(ArrayList<Property> aList)
- {
+ {
super(aList);
}
-
+
}
|
