From df3c4678348abc546e5adaeae2cc8f1617402363 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 18 Jun 2024 19:24:09 -0400 Subject: [PATCH] Checkstyle fixes --- .../cloud/stream/binder/AbstractBinderTests.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/spring-cloud-stream-test-support/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java b/core/spring-cloud-stream-test-support/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java index df82eb3cb..671b6ceed 100644 --- a/core/spring-cloud-stream-test-support/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java +++ b/core/spring-cloud-stream-test-support/src/main/java/org/springframework/cloud/stream/binder/AbstractBinderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -60,6 +60,7 @@ import static org.assertj.core.api.Assertions.assertThat; * @author Oleg Zhurakousky * @author Jacob Severson * @author Artem Bilan + * @author Soby Chacko */ // @checkstyle:off @SuppressWarnings("unchecked") @@ -440,11 +441,11 @@ public abstract class AbstractBinderTests