We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5626a34 commit e6e3a20Copy full SHA for e6e3a20
core/src/com/cloud/agent/api/routing/SetFirewallRulesCommand.java
@@ -77,7 +77,7 @@ public String[][] generateFwRules() {
77
if (cidr == null || cidr.isEmpty()) {
78
sb.append("0.0.0.0/0");
79
} else {
80
- Boolean firstEntry = true;
+ boolean firstEntry = true;
81
for (String tag : cidr) {
82
if (!firstEntry)
83
sb.append("-");
0 commit comments