mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +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);
|
List<ConfigItem> cfg = generateCommandCfg(command);
|
||||||
if (cfg == null) {
|
if (cfg == null) {
|
||||||
s_logger.warn("Unknown commands for VirtualRoutingResource, but continue: " + cmd.toString());
|
s_logger.warn("Unknown commands for VirtualRoutingResource, but continue: " + cmd.toString());
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (ConfigItem c : cfg) {
|
for (ConfigItem c : cfg) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user