I came across a few small Javadoc mismatches while browsing the APIs.
Some comments use parameter names that don’t match the actual method signatures, like begin instead of start, or field where the method uses key or fields. I also found a couple of must not be null notes on primitive parameters and one duplicated pipeline/transaction return note.
Most of these are in ListOperations, ValueOperations, and RedisHashCommands.
There’s no behavioral change here—just a small cleanup to keep the generated API docs accurate and consistent.
I came across a few small Javadoc mismatches while browsing the APIs.
Some comments use parameter names that don’t match the actual method signatures, like
begininstead ofstart, orfieldwhere the method useskeyorfields. I also found a couple ofmust not be nullnotes on primitive parameters and one duplicated pipeline/transaction return note.Most of these are in
ListOperations,ValueOperations, andRedisHashCommands.There’s no behavioral change here—just a small cleanup to keep the generated API docs accurate and consistent.