Skip to content

Commit 71862d7

Browse files
committed
remove '@APinote' javadoc tag
1 parent 7a35cc3 commit 71862d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public GHTreeBuilder shaEntry(String path, String sha, boolean executable) {
105105
* @param executable
106106
* the executable
107107
* @return the gh tree builder
108-
* @apiNote It seems that GitHub no longer supports the 'content' parameter.
109108
* @deprecated use {@link #add(String, String, boolean)} or {@link #add(String, byte[], boolean)} instead.
110109
*/
111110
@Deprecated

0 commit comments

Comments
 (0)