6e23ebcf33d9637d401abd36b0d0b9e1b9408d85
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<ConnectorId,Connector> to entry : Map.Entry<ConnectorId,MaterializedConnector> in method public stop() : void in class com.facebook.presto.connector.ConnectorManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type connectors : ConcurrentMap<ConnectorId,Connector> to connectors : ConcurrentMap<ConnectorId,MaterializedConnector> in class com.facebook.presto.connector.ConnectorManager | From | To |