Skip to content

Commit

Permalink
[ISSUE #3397] Make field a static final constant or non-public
Browse files Browse the repository at this point in the history
Make field a static final constant or non-public
  • Loading branch information
Monika-Sivakumar-3 authored Oct 4, 2023
1 parent 73af459 commit 05900d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class DownStreamMsgContext extends RetryContext {

private final long expireTime;

public final boolean msgFromOtherEventMesh;
private final boolean msgFromOtherEventMesh;

public DownStreamMsgContext(CloudEvent event, Session session, MQConsumerWrapper consumer,
AbstractContext consumeConcurrentlyContext, boolean msgFromOtherEventMesh,
Expand Down

0 comments on commit 05900d0

Please sign in to comment.