Duplicate conditional and body in VirtualSystemSettingDataHandler.java

This commit is contained in:
kilida 2016-03-24 22:19:45 -04:00 committed by Ignasi Barrera
parent 0f77386c77
commit 59a0014bdf
1 changed files with 0 additions and 2 deletions

View File

@ -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")) {