Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit e4c7e28

Browse files
BoykoAlexjvalkeal
authored andcommitted
Fix typo in ListLineTracker
1 parent af664ae commit e4c7e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/springframework/cli/runtime/engine/actions/handlers/json/ListLineTracker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ else if (offset > line.offset) {
9393
}
9494
}
9595
else if (offset == line.offset) {
96-
// left = right = mid;
97-
left = mid;
96+
right = mid;
97+
left = right;
9898
}
9999
}
100100

0 commit comments

Comments
 (0)