Skip to content

Commit 7d4097b

Browse files
committed
Fixes javadoc indentation
1 parent 6cb12e1 commit 7d4097b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2213,10 +2213,13 @@ public PagedIterable<GHCheckRun> getCheckRuns(String ref) throws IOException {
22132213
/**
22142214
* Gets check runs for given ref which validate provided parameters
22152215
*
2216-
* @param ref the Git reference
2217-
* @param params a map of parameters to filter check runs
2216+
* @param ref
2217+
* the Git reference
2218+
* @param params
2219+
* a map of parameters to filter check runs
22182220
* @return check runs for the given ref
2219-
* @throws IOException the io exception
2221+
* @throws IOException
2222+
* the io exception
22202223
* @see <a href="https://developer.github.com/v3/checks/runs/#list-check-runs-for-a-specific-ref">List check runs
22212224
* for a specific ref</a>
22222225
*/

0 commit comments

Comments
 (0)