Skip to content

Commit 1618cb6

Browse files
Code formatting according to checkstyle
1 parent 8fd8927 commit 1618cb6

File tree

2 files changed

+74
-82
lines changed

2 files changed

+74
-82
lines changed

plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/CitrixResourceBase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2506,7 +2506,7 @@ private void checkIfIscsiSrExisits(Connection conn, String srNameLabel, String t
25062506
}
25072507
if (target.equals(dc.get("target")) && targetiqn.equals(dc.get("targetIQN")) && lunid.equals(dc.get("lunid"))) {
25082508
throw new CloudRuntimeException("There is a SR using the same configuration target:" + dc.get("target") + ", targetIQN:" + dc.get("targetIQN") + ", lunid:" + dc.get("lunid")
2509-
+ " for pool " + srNameLabel + "on host:" + _host.getUuid());
2509+
+ " for pool " + srNameLabel + "on host:" + _host.getUuid());
25102510
}
25112511
}
25122512

@@ -2786,7 +2786,7 @@ protected XsLocalNetwork getManagementNetwork(final Connection conn) throws XmlR
27862786
final Bond bond = mgmtPifRec.bondSlaveOf;
27872787
if (!isRefNull(bond)) {
27882788
final String msg = "Management interface is on slave(" + mgmtPifRec.uuid + ") of bond(" + bond.getUuid(conn) + ") on host(" + _host.getUuid()
2789-
+ "), please move management interface to bond!";
2789+
+ "), please move management interface to bond!";
27902790
s_logger.warn(msg);
27912791
throw new CloudRuntimeException(msg);
27922792
}

0 commit comments

Comments
 (0)