mirror of https://github.com/grpc/grpc-java.git
xds: Remove unnecessary "unchecked" warning suppression.
This commit is contained in:
parent
b670131b55
commit
2c9534d44f
|
|
@ -82,7 +82,6 @@ final class XdsTestControlPlaneService extends
|
|||
public <T extends Message> void setXdsConfig(final String type, final Map<String, T> resources) {
|
||||
logger.log(Level.FINE, "setting config {0} {1}", new Object[]{type, resources});
|
||||
syncContext.execute(new Runnable() {
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public void run() {
|
||||
HashMap<String, Message> copyResources = new HashMap<>(resources);
|
||||
|
|
|
|||
Loading…
Reference in New Issue