Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcasey committed Dec 27, 2023
1 parent c628399 commit 0177d5a
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@
* }</pre>
*
* <p>Error handling for writing records that are malformed can be handled by using {@link
* TypedWrite#withBadRecordErrorHandler(ErrorHandler)}. See documentation in
* {@link FileIO} for details on usage
* TypedWrite#withBadRecordErrorHandler(ErrorHandler)}. See documentation in {@link FileIO} for
* details on usage
*/
@SuppressWarnings({
"nullness" // TODO(https://github.com/apache/beam/issues/20497)
Expand Down Expand Up @@ -1724,9 +1724,7 @@ public TypedWrite<UserT, DestinationT, OutputT> withMetadata(Map<String, Object>
return toBuilder().setMetadata(ImmutableMap.copyOf(metadata)).build();
}

/**
* See {@link FileIO.Write#withBadRecordErrorHandler(ErrorHandler)} for details on usage.
*/
/** See {@link FileIO.Write#withBadRecordErrorHandler(ErrorHandler)} for details on usage. */
public TypedWrite<UserT, DestinationT, OutputT> withBadRecordErrorHandler(
ErrorHandler<BadRecord, ?> errorHandler) {
return toBuilder().setBadRecordErrorHandler(errorHandler).build();
Expand Down

0 comments on commit 0177d5a

Please sign in to comment.