Skip to content

Commit bf57fef

Browse files
committed
remove trailing spaces
1 parent 627150c commit bf57fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streams/src/main/java/org/apache/kafka/streams/processor/internals/GlobalStateManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ private void reprocessState(final StateStoreMetadata storeMetadata) {
460460
fatalUserException
461461
);
462462
}
463-
463+
464464
if (response.result() == ProcessingExceptionHandler.Result.FAIL) {
465465
log.error("Processing exception handler is set to fail upon" +
466466
" a processing error. If you would rather have the streaming pipeline" +

0 commit comments

Comments
 (0)