|
Change Variable Type servers : Map<String,ServerConfig> to servers : Map<String,ServerConfigImpl> in method public deserialization() : void in class org.eclipse.che.workspace.infrastructure.openshift.RoutesAnnotationsTest |
From |
To |
|
Change Variable Type servers : Map<String,ServerConfig> to servers : Map<String,ServerConfigImpl> in method private assertThatServerIsExposed(serverName String, portProtocol String, port Integer, expected ServerConfigImpl) : void in class org.eclipse.che.workspace.infrastructure.openshift.ServerExposerTest |
From |
To |
|
Change Variable Type servers : Map<String,ServerConfig> to servers : Map<String,ServerConfigImpl> in method public servers() : Map<String,ServerConfigImpl> in class org.eclipse.che.workspace.infrastructure.openshift.RoutesAnnotations.Deserializer |
From |
To |