Correction per "mvn install site".

This commit is contained in:
Martin van Zijl
2020-01-11 13:03:41 +13:00
parent 34d64c0dff
commit ff397dfa4d

View File

@@ -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()