You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-core/src/main/java/org/springframework/integration/IntegrationMessageHeaderAccessor.java
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,11 @@ public void setReadOnlyHeaders(String... readOnlyHeaders) {
114
114
}
115
115
}
116
116
117
-
@Nullable
118
-
publicLonggetExpirationDate() {
117
+
public@NullableLonggetExpirationDate() {
119
118
returngetHeader(EXPIRATION_DATE, Long.class);
120
119
}
121
120
122
-
@Nullable
123
-
publicObjectgetCorrelationId() {
121
+
public@NullableObjectgetCorrelationId() {
124
122
returngetHeader(CORRELATION_ID);
125
123
}
126
124
@@ -134,8 +132,7 @@ public int getSequenceSize() {
0 commit comments