Skip to content

Commit 21cc83e

Browse files
committed
HDDS-1464. Fix for checkstyle error.
1 parent e245865 commit 21cc83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneClientUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public static List<Class<? extends Exception>> getExceptionList() {
146146
}
147147

148148
public static Map<Class<? extends Throwable>, RetryPolicy>
149-
getRetryPolicyByException(int maxRetryCount, long retryInterval) {
149+
getRetryPolicyByException(int maxRetryCount, long retryInterval) {
150150
Map<Class<? extends Throwable>, RetryPolicy> policyMap = new HashMap<>();
151151
for (Class<? extends Exception> ex : EXCEPTION_LIST) {
152152
if (ex == TimeoutException.class ||

0 commit comments

Comments
 (0)