Skip to content

Commit

Permalink
AVRO-2511: with spotless apply
Browse files Browse the repository at this point in the history
  • Loading branch information
clesaec committed Sep 20, 2023
1 parent e336214 commit b547524
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,10 @@ public void flush() throws IOException {
}

/**
* If this writer was instantiated using a {@linkplain File}, {@linkplain FileOutputStream} or
* {@linkplain Syncable} instance, this method flushes all buffers for this
* writer to disk. In other cases, this method behaves exactly like
* {@linkplain #flush()}.
* If this writer was instantiated using a {@linkplain File},
* {@linkplain FileOutputStream} or {@linkplain Syncable} instance, this method
* flushes all buffers for this writer to disk. In other cases, this method
* behaves exactly like {@linkplain #flush()}.
*
* @throws IOException
*/
Expand Down

0 comments on commit b547524

Please sign in to comment.