Commit a63141a
committed
Add missing @param javadoc on AllocationRejection.wrap(Runnable) overload
The Runnable overload of AllocationRejection.wrap was missing @param tags
for context and body, failing the missingJavadoc gradle-check on CI:
AllocationRejection.java:75: error: AllocationRejection.wrap (method):
missing javadoc @param for parameter 'context'
Mirror the @param/@throws structure already present on the Supplier
overload above.
Signed-off-by: Gaurav Singh <snghsvn@amazon.com>1 parent f4cbdd2 commit a63141a
1 file changed
Lines changed: 7 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| |||
0 commit comments