Skip to content

Commit 7398414

Browse files
committed
DiffGraphBuilder doesn't need a type alias for odb
already defined as subclass
1 parent 2b52f37 commit 7398414

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,6 @@ class CodeGen(schema: Schema) {
12701270
|
12711271
|package object $packageSimpleName {
12721272
| // some type aliases so that the domain-specific code can avoid referencing the `overflowdb` namespace
1273-
| type DiffGraphBuilder = _root_.overflowdb.BatchedUpdate.DiffGraphBuilder
12741273
|
12751274
| object help {
12761275
| type Doc = _root_.overflowdb.traversal.help.Doc

0 commit comments

Comments
 (0)