Skip to content

Commit 1f565cc

Browse files
Spotless apply
Signed-off-by: Finn Carroll <carrofin@amazon.com>
1 parent 77607e3 commit 1f565cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/org/opensearch/index/engine/InternalEngine.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,8 @@ public GetResult get(Get get, BiFunction<String, SearcherScope, Engine.Searcher>
655655
);
656656
}
657657
if (get.isReadFromTranslog()) {
658-
// _GET calls deployed due to an update request will attempt to read from the translog first to guarantee the most recent version.
658+
// _GET calls deployed due to an update request will attempt to read from the translog first to guarantee the most
659+
// recent version.
659660
// _GET calls invoked by API will also attempt to read from translog when realtime=true (which is the default).
660661
if (versionValue.getLocation() != null) {
661662
try {

0 commit comments

Comments
 (0)