Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[apache#5772] fix: missing param <T> (apache#5776)
### What changes were proposed in this pull request? Missing param `<T>` is added to the `output` method of `Command.java`. ### Why are the changes needed? Fix: apache#5772 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? To verify, please run the following command: ``` ./gradlew clean build -x test ``` After running this command, the warning `no @param for <T>` will no longer appear.
- Loading branch information