Skip to content

Commit e245865

Browse files
committed
HDDS-1464. Fix for whitespace error.
1 parent 3a4bb97 commit e245865

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/io/KeyOutputStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ private void markStreamClosed() {
505505
cleanup();
506506
closed = true;
507507
}
508-
508+
509509
private void handleRetry(IOException exception, long len) throws IOException {
510510
RetryPolicy retryPolicy =
511511
retryPolicyMap.get(checkForException(exception).getClass());

0 commit comments

Comments
 (0)