Skip to content

Commit ca6d77c

Browse files
committed
- remove unthrown IOException
1 parent d61697a commit ca6d77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines 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)