mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6047: Fix FindBugs warning
This commit is contained in:
parent
2de67dff42
commit
78b148d0fc
|
|
@ -1091,6 +1091,7 @@ public class VirtualRoutingResource {
|
|||
List<ConfigItem> cfg = generateCommandCfg(command);
|
||||
if (cfg == null) {
|
||||
s_logger.warn("Unknown commands for VirtualRoutingResource, but continue: " + cmd.toString());
|
||||
continue;
|
||||
}
|
||||
|
||||
for (ConfigItem c : cfg) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue