Skip to content

Commit ff397df

Browse files
committed
Correction per "mvn install site".
1 parent 34d64c0 commit ff397df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2667,7 +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.
2670+
* The IO exception.
26712671
*/
26722672
public GHTagObject createTag(String tag, String message, String object, String type) throws IOException {
26732673
return root.createRequest()

0 commit comments

Comments
 (0)