|
Change Variable Type lHandlers : LinkedList<InitializingLifecycleAwareProtocolHandler> to lHandlers : LinkedList<ProtocolHandler> in method public destroy() : void in class org.apache.james.protocols.lib.ProtocolHandlerChainImpl |
From |
To |
|
Change Variable Type handlers : List<LifecycleAwareProtocolHandler> to handlers : List<ProtocolHandler> in method public destroy() : void in class org.apache.james.protocols.api.handler.AbstractProtocolHandlerChain |
From |
To |
|
Change Variable Type handler : LifecycleAwareProtocolHandler to handler : ProtocolHandler in method public destroy() : void in class org.apache.james.protocols.api.handler.AbstractProtocolHandlerChain |
From |
To |
|
Change Variable Type handler : InitializingLifecycleAwareProtocolHandler to handler : ProtocolHandler in method public destroy() : void in class org.apache.james.protocols.lib.ProtocolHandlerChainImpl |
From |
To |