=str #22584 make subfusing work if diff materialize() is called
Also: removed unecessary method with wrong name, #22350
This commit is contained in:
parent
ef3b0f7444
commit
191bd0fe41
3 changed files with 10 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ object ORMultiMap {
|
|||
* Java API
|
||||
*/
|
||||
def create[A, B](): ORMultiMap[A, B] = empty[A, B]
|
||||
def createWithDeltaDelta[A, B](): ORMultiMap[A, B] = emptyWithValueDeltas[A, B]
|
||||
|
||||
/**
|
||||
* Extract the [[ORMultiMap#entries]].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue