=str #22584 make subfusing work if diff materialize() is called

Also: removed unecessary method with wrong name, #22350
This commit is contained in:
Patrik Nordwall 2017-03-17 12:42:13 +01:00 committed by Johan Andrén
parent ef3b0f7444
commit 191bd0fe41
3 changed files with 10 additions and 3 deletions

View file

@ -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]].