HDDS-786. Fix the findbugs for SCMClientProtocolServer#getContainerWithPipeline.
This commit is contained in:
parent
b13c56742a
commit
2e8ac14dcb
|
@ -189,7 +189,6 @@ public class SCMClientProtocolServer implements
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
String remoteUser = getRpcRemoteUsername();
|
|
||||||
getScm().checkAdminAccess(null);
|
getScm().checkAdminAccess(null);
|
||||||
return scm.getContainerManager()
|
return scm.getContainerManager()
|
||||||
.getContainerWithPipeline(ContainerID.valueof(containerID));
|
.getContainerWithPipeline(ContainerID.valueof(containerID));
|
||||||
|
|
Loading…
Reference in New Issue