Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5f04d4

Browse filesBrowse files
committed
Fix javadoc warning
1 parent cbe1022 commit a5f04d4
Copy full SHA for a5f04d4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/main/java/org/kohsuke/github/Requester.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/Requester.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ private <T> T parse(Class<T> type, T instance, int timeouts) throws IOException
911911
e);
912912
try {
913913
Thread.sleep(5000);
914-
} catch (InterruptedException _) {
914+
} catch (InterruptedException ie) {
915915
throw (IOException) new InterruptedIOException().initCause(e);
916916
}
917917
return parse(type, instance, timeouts - 1);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.