Skip to content

Commit 05894c3

Browse files
committed
shortcut/alias for instantiating a new DiffGraphBuilder
motivation: minify flatgraph migration diff
1 parent 5c45082 commit 05894c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/src/main/scala/overflowdb/codegen/CodeGen.scala

+1
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ class CodeGen(schema: Schema) {
152152
| case other => other
153153
| }
154154
|
155+
| def newDiffGraphBuilder: DiffGraphBuilder = new DiffGraphBuilder
155156
|}
156157
|
157158
|

0 commit comments

Comments
 (0)