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 ca6d77c

Browse filesBrowse files
committed
- remove unthrown IOException
1 parent d61697a commit ca6d77c
Copy full SHA for ca6d77c

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/GHOrganization.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHOrganization.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public GHRepository createRepository(String name, String description, String hom
5050
* You use the returned builder to set various properties, then call {@link GHCreateRepositoryBuilder#create()}
5151
* to finally createa repository.
5252
*/
53-
public GHCreateRepositoryBuilder createRepository(String name) throws IOException {
53+
public GHCreateRepositoryBuilder createRepository(String name) {
5454
return new GHCreateRepositoryBuilder(root,"/orgs/"+login+"/repos",name);
5555
}
5656

0 commit comments

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