Skip to content

Commit

Permalink
checkstyle and findbug
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitagrawl committed Aug 27, 2024
1 parent 199c52e commit ee71463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2600,7 +2600,7 @@ public void triggerQuotaRepair(List<String> buckets) throws IOException {
.build();
OMRequest omRequest = createOMRequest(Type.QuotaRepairTrigger)
.setQuotaRepairTriggerRequest(quotaRepairTriggerRequest).build();
handleError(submitRequest(omRequest)).getQuotaRepairTriggerResponse();
handleError(submitRequest(omRequest));
}

private SafeMode toProtoBuf(SafeModeAction action) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
package org.apache.hadoop.ozone.repair.quota;

import java.util.concurrent.Callable;
import org.apache.commons.lang3.StringUtils;
import org.apache.hadoop.hdds.cli.HddsVersionProvider;
import org.apache.hadoop.hdds.cli.SubcommandWithParent;
import org.apache.hadoop.ozone.om.protocol.OzoneManagerProtocol;
Expand Down

0 comments on commit ee71463

Please sign in to comment.