On Mon, 25 Dec 2023 09:42:36 GMT, Jie Fu wrote:
>> It looks the `return`s in the methods `PKCS5Padding::padWithLen` and
>> `ISO10126Padding::padWithLen` are redundant.
>
> I see the same case in ISO10126Padding.java.
> Shall we also remove it?
@DamonFool
Thanks for your review!
-
On Mon, 25 Dec 2023 10:54:54 GMT, John Jiang wrote:
>> It looks the `return`s in the methods `PKCS5Padding::padWithLen` and
>> `ISO10126Padding::padWithLen` are redundant.
>
> John Jiang has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Remo
> It looks the `return`s in the methods `PKCS5Padding::padWithLen` and
> `ISO10126Padding::padWithLen` are redundant.
John Jiang has updated the pull request incrementally with one additional
commit since the last revision:
Remove return from ISO10126Padding::padWithLen
-
Change