mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-21 15:50:49 +00:00
Correction per "mvn install site".
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user