Skip to content

Commit b3fb2c3

Browse files
Removes support for deprecated enterprise and location concepts.
1 parent f797cff commit b3fb2c3

File tree

1 file changed

+0
-14
lines changed
  • structurizr-autolayout/src/main/java/com/structurizr/autolayout/graphviz

1 file changed

+0
-14
lines changed

structurizr-autolayout/src/main/java/com/structurizr/autolayout/graphviz/DOTExporter.java

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,6 @@ protected void writeFooter(ModelView view, IndentingWriter writer) {
5353
writer.writeLine("}");
5454
}
5555

56-
@Override
57-
protected void startEnterpriseBoundary(ModelView view, String enterpriseName, IndentingWriter writer) {
58-
writer.writeLine("subgraph cluster_enterprise {");
59-
writer.indent();
60-
writer.writeLine("margin=" + CLUSTER_INTERNAL_MARGIN);
61-
}
62-
63-
@Override
64-
protected void endEnterpriseBoundary(ModelView view, IndentingWriter writer) {
65-
writer.outdent();
66-
writer.writeLine("}");
67-
writer.writeLine();
68-
}
69-
7056
@Override
7157
protected void startGroupBoundary(ModelView view, String group, IndentingWriter writer) {
7258
writer.writeLine("subgraph \"cluster_group_" + (groupId++) + "\" {");

0 commit comments

Comments
 (0)