From ff397dfa4db85fb63cf0219bfe9c5c1a7cfdab1a Mon Sep 17 00:00:00 2001 From: Martin van Zijl Date: Sat, 11 Jan 2020 13:03:41 +1300 Subject: [PATCH] Correction per "mvn install site". --- src/main/java/org/kohsuke/github/GHRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/kohsuke/github/GHRepository.java b/src/main/java/org/kohsuke/github/GHRepository.java index 80cb5238f..79b5ae699 100644 --- a/src/main/java/org/kohsuke/github/GHRepository.java +++ b/src/main/java/org/kohsuke/github/GHRepository.java @@ -2667,7 +2667,7 @@ public class GHRepository extends GHObject { * The type of the object we're tagging: "commit", "tree" or "blob". * @return The newly created tag. * @throws java.io.IOException - * The IO exception. + * The IO exception. */ public GHTagObject createTag(String tag, String message, String object, String type) throws IOException { return root.createRequest()