summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/graph/model/VertexFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/graph/model/VertexFactory.java')
-rw-r--r--[-rwxr-xr-x]source/com/c2kernel/graph/model/VertexFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/graph/model/VertexFactory.java b/source/com/c2kernel/graph/model/VertexFactory.java
index f47d9a6..550367e 100755..100644
--- a/source/com/c2kernel/graph/model/VertexFactory.java
+++ b/source/com/c2kernel/graph/model/VertexFactory.java
@@ -11,6 +11,6 @@ public interface VertexFactory
Point location,
TypeNameAndConstructionInfo typeNameAndConstructionInfo
);
-
+
public void setCreationContext(Object newContext);
}