We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb12e1 commit 7d4097bCopy full SHA for 7d4097b
1 file changed
src/main/java/org/kohsuke/github/GHRepository.java
@@ -2213,10 +2213,13 @@ public PagedIterable<GHCheckRun> getCheckRuns(String ref) throws IOException {
2213
/**
2214
* Gets check runs for given ref which validate provided parameters
2215
*
2216
- * @param ref the Git reference
2217
- * @param params a map of parameters to filter check runs
+ * @param ref
+ * the Git reference
2218
+ * @param params
2219
+ * a map of parameters to filter check runs
2220
* @return check runs for the given ref
- * @throws IOException the io exception
2221
+ * @throws IOException
2222
+ * the io exception
2223
* @see <a href="https://developer.github.com/v3/checks/runs/#list-check-runs-for-a-specific-ref">List check runs
2224
* for a specific ref</a>
2225
*/
0 commit comments