mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 10:02:27 +01:00
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…
x
Reference in New Issue
Block a user