|
Change Variable Type notificationQueue : Set<VariableListenerNotification> to notificationQueue : Collection<VariableListenerNotification> in method public beforeEntityRemoved(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Variable Type notificationQueue : Set<VariableListenerNotification> to notificationQueue : Collection<VariableListenerNotification> in method public beforeEntityAdded(entityDescriptor EntityDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Variable Type notificationQueue : Set<VariableListenerNotification> to notificationQueue : Collection<VariableListenerNotification> in method public triggerVariableListenersInNotificationQueues() : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |
|
Change Variable Type notificationQueue : Set<VariableListenerNotification> to notificationQueue : Collection<VariableListenerNotification> in method public beforeVariableChanged(variableDescriptor VariableDescriptor<Solution_>, entity Object) : void in class org.optaplanner.core.impl.domain.variable.listener.support.VariableListenerSupport |
From |
To |