You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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: #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.
0 commit comments