mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Fix findbugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in AgentManagerImpl.java Assert isn't used in prod runtime
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com>
This commit is contained in:
parent
acab743aa1
commit
4a333e452a
@ -106,8 +106,6 @@ public class UserVmVO extends VMInstanceVO implements UserVm {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getDetail(String name) {
|
public String getDetail(String name) {
|
||||||
assert (details != null) : "Did you forget to load the details?";
|
|
||||||
|
|
||||||
return details != null ? details.get(name) : null;
|
return details != null ? details.get(name) : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user