Skip to content

Commit 34d64c0

Browse files
committed
Added comment to JavaDoc as advised per GitHub Maven test.
1 parent b5fdc2f commit 34d64c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,6 +2667,7 @@ public void setTopics(List<String> topics) throws IOException {
26672667
* The type of the object we're tagging: "commit", "tree" or "blob".
26682668
* @return The newly created tag.
26692669
* @throws java.io.IOException
2670+
* The IO exception.
26702671
*/
26712672
public GHTagObject createTag(String tag, String message, String object, String type) throws IOException {
26722673
return root.createRequest()

0 commit comments

Comments
 (0)