summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/collection/gui/model/AggregationVertexFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/c2kernel/collection/gui/model/AggregationVertexFactory.java')
-rw-r--r--src/main/java/com/c2kernel/collection/gui/model/AggregationVertexFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/c2kernel/collection/gui/model/AggregationVertexFactory.java b/src/main/java/com/c2kernel/collection/gui/model/AggregationVertexFactory.java
index 88dcc3a..1a20c5e 100644
--- a/src/main/java/com/c2kernel/collection/gui/model/AggregationVertexFactory.java
+++ b/src/main/java/com/c2kernel/collection/gui/model/AggregationVertexFactory.java
@@ -30,7 +30,7 @@ public class AggregationVertexFactory implements VertexFactory
) throws Exception
{
if (typeNameAndConstructionInfo.mInfo.equals("AggregationMember")) {
- mAggregation.addMember(-1, new CastorHashMap(), "",location, 40, 40);
+ mAggregation.addMember(null, new CastorHashMap(), "",location, 40, 40);
}
}
}