Skip to content

Commit 4c60ee5

Browse files
committed
Fix JavaDoc in GHRepository
1 parent 2a3361b commit 4c60ee5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/kohsuke/github/GHRepository.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3220,6 +3220,8 @@ public <T> T readTar(InputStreamFunction<T> streamFunction, String ref) throws I
32203220
* the eventType
32213221
* @param clientPayload
32223222
* a custom payload , can be nullable
3223+
* @param <T>
3224+
* type of client payload
32233225
* @throws IOException
32243226
* the io exception
32253227
*/

0 commit comments

Comments
 (0)