Skip to content

Commit fce0d43

Browse files
wadhwaroh-langolegz
authored andcommitted
Make BinderHeaders.BATCH_HEADERS final (fixes #3182)
Signed-off-by: wadhwaroh-lang <wadhwa.roh@gmail.com> Resolves #3184
1 parent 59fa430 commit fce0d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder

core/spring-cloud-stream/src/main/java/org/springframework/cloud/stream/binder/BinderHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public final class BinderHeaders {
4343
/**
4444
* Name of the Message header identifying structure for batch Message headers.
4545
*/
46-
public static String BATCH_HEADERS = PREFIX + "batchHeaders";
46+
public static final String BATCH_HEADERS = PREFIX + "batchHeaders";
4747

4848
/**
4949
* Indicates the name of the target destination the binder should use if they

0 commit comments

Comments
 (0)