remove unused logger field from public class (used only in secondary
top-level)
This commit is contained in:
@@ -38,8 +38,6 @@ import org.springframework.cloud.service.ServiceInfo.ServiceProperty;
|
||||
*
|
||||
*/
|
||||
public class Cloud {
|
||||
private static Logger logger = Logger.getLogger(Cloud.class.getName());
|
||||
|
||||
private CloudConnector cloudConnector;
|
||||
private ServiceConnectorCreatorRegistry serviceConnectorCreatorRegistry = new ServiceConnectorCreatorRegistry();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user