diff options
Diffstat (limited to 'src/main/java/com/c2kernel/dev/canvas/CanvasVertexFactory.java')
| -rw-r--r-- | src/main/java/com/c2kernel/dev/canvas/CanvasVertexFactory.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/c2kernel/dev/canvas/CanvasVertexFactory.java b/src/main/java/com/c2kernel/dev/canvas/CanvasVertexFactory.java index 4f5cd2e..5c615cf 100644 --- a/src/main/java/com/c2kernel/dev/canvas/CanvasVertexFactory.java +++ b/src/main/java/com/c2kernel/dev/canvas/CanvasVertexFactory.java @@ -37,6 +37,7 @@ public class CanvasVertexFactory implements VertexFactory { /* (non-Javadoc)
* @see com.c2kernel.graph.model.VertexFactory#create(com.c2kernel.graph.model.GraphModelManager, com.c2kernel.graph.model.GraphPoint, com.c2kernel.graph.model.TypeNameAndConstructionInfo)
*/
+ @Override
public void create(GraphModelManager graphModelManager,
GraphPoint location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo)
@@ -48,6 +49,7 @@ public class CanvasVertexFactory implements VertexFactory { /* (non-Javadoc)
* @see com.c2kernel.graph.model.VertexFactory#setCreationContext(java.lang.Object)
*/
+ @Override
public void setCreationContext(Object newContext) {
// TODO Auto-generated method stub
|
