Skip to content

Commit b72487c

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d5759dc commit b72487c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/main/java/org/elasticsearch/search/SearchService.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,9 +1245,9 @@ private ReaderContext findReaderContext(ShardSearchContextId id, TransportReques
12451245
if (id.getSessionId().isEmpty()) {
12461246
throw new IllegalArgumentException("Session id must be specified");
12471247
}
1248-
// if (sessionId.equals(id.getSessionId()) == false) {
1249-
// throw new SearchContextMissingException(id);
1250-
// }
1248+
// if (sessionId.equals(id.getSessionId()) == false) {
1249+
// throw new SearchContextMissingException(id);
1250+
// }
12511251
final ReaderContext reader = activeReaders.get(id.readerContextId());
12521252
if (reader == null) {
12531253
throw new SearchContextMissingException(id);

0 commit comments

Comments
 (0)