Skip to content

Commit

Permalink
Correction to ordering of comment lines
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rauh <[email protected]>
  • Loading branch information
njr-11 committed Jan 22, 2025
1 parent 2c0f4b7 commit 63f8481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,8 @@ public void testIgnoreCase() {
// Column and Key-Value databases might not be capable of And.
// Key-Value databases might not be capable of Between.
// Column and Key-Value databases might not be capable of In
// Column and Key-Value databases might not be capable of sorting.
// when used with entity attributes other than the Id.
// Column and Key-Value databases might not be capable of sorting.
return;
} else {
throw x;
Expand Down

0 comments on commit 63f8481

Please sign in to comment.