mirror of https://github.com/apache/jclouds.git
Duplicate conditional and body in VirtualSystemSettingDataHandler.java
This commit is contained in:
parent
0f77386c77
commit
59a0014bdf
|
@ -83,8 +83,6 @@ public class VirtualSystemSettingDataHandler extends ParseSax.HandlerWithResult<
|
|||
builder.logDataRoot(URI.create(current));
|
||||
} else if (equalsOrSuffix(qName, "RecoveryFile")) {
|
||||
builder.recoveryFile(URI.create(current));
|
||||
} else if (equalsOrSuffix(qName, "RecoveryFile")) {
|
||||
builder.recoveryFile(URI.create(current));
|
||||
} else if (equalsOrSuffix(qName, "SuspendDataRoot")) {
|
||||
builder.suspendDataRoot(URI.create(current));
|
||||
} else if (equalsOrSuffix(qName, "SwapFileDataRoot")) {
|
||||
|
|
Loading…
Reference in New Issue