diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-09-26 09:26:47 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-09-26 09:26:47 +0200 |
| commit | 89b5e95b7f0b149334fcda60039d3a9eb071a827 (patch) | |
| tree | c1d2eaaab34d89ee4cc7088ada9dbafd013da14a /src/main/java/com/c2kernel/collection/Aggregation.java | |
| parent | 56fe4494620ac2e7831875733d7ad2ffc1c6b73f (diff) | |
Parent2ChildCollection was just a default implementation of Collection,
so merge the two for simplicity.
Diffstat (limited to 'src/main/java/com/c2kernel/collection/Aggregation.java')
| -rw-r--r-- | src/main/java/com/c2kernel/collection/Aggregation.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/c2kernel/collection/Aggregation.java b/src/main/java/com/c2kernel/collection/Aggregation.java index 2f01936..12b24be 100644 --- a/src/main/java/com/c2kernel/collection/Aggregation.java +++ b/src/main/java/com/c2kernel/collection/Aggregation.java @@ -18,7 +18,7 @@ import com.c2kernel.utils.Logger; * @author $Author: abranson $
*/
-abstract public class Aggregation extends Parent2ChildCollection<AggregationMember>
+abstract public class Aggregation extends Collection<AggregationMember>
{
protected GraphModel mLayout = new GraphModel(new AggregationVertexOutlineCreator());
|
