@@ -196,7 +196,7 @@ public Stream<Project> getProjectsStream() throws GitLabApiException {
196196 * @param statistics include project statistics
197197 * @return a list of projects accessible by the authenticated user and matching the supplied parameters
198198 * @throws GitLabApiException if any exception occurs
199- * @deprecated Will be removed in version 5 .0, replaced by {@link #getProjects(Boolean, Visibility,
199+ * @deprecated Will be removed in version 6 .0, replaced by {@link #getProjects(Boolean, Visibility,
200200 * Constants.ProjectOrderBy, Constants.SortOrder, String, Boolean, Boolean, Boolean, Boolean, Boolean)}
201201 */
202202 @ Deprecated
@@ -1510,7 +1510,7 @@ public List<Member> getAllMembers(Object projectIdOrPath) throws GitLabApiExcept
15101510 * @param perPage the number of Member instances per page
15111511 * @return the project members viewable by the authenticated user, including inherited members through ancestor groups
15121512 * @throws GitLabApiException if any exception occurs
1513- * @deprecated Will be removed in version 5 .0
1513+ * @deprecated Will be removed in version 6 .0
15141514 */
15151515 @ Deprecated
15161516 public List <Member > getAllMembers (Object projectIdOrPath , int page , int perPage ) throws GitLabApiException {
@@ -2203,7 +2203,7 @@ public ProjectHook modifyHook(ProjectHook hook) throws GitLabApiException {
22032203 * @param projectIdOrPath the project in the form of an Long(ID), String(path), or Project instance, required
22042204 * @return a list of project's issues
22052205 * @throws GitLabApiException if any exception occurs
2206- * @deprecated Will be removed in version 5 .0, replaced by {@link IssuesApi#getIssues(Object)}
2206+ * @deprecated Will be removed in version 6 .0, replaced by {@link IssuesApi#getIssues(Object)}
22072207 */
22082208 @ Deprecated
22092209 public List <Issue > getIssues (Object projectIdOrPath ) throws GitLabApiException {
@@ -2220,7 +2220,7 @@ public List<Issue> getIssues(Object projectIdOrPath) throws GitLabApiException {
22202220 * @param perPage the number of issues per page
22212221 * @return the list of issues in the specified range
22222222 * @throws GitLabApiException if any exception occurs
2223- * @deprecated Will be removed in version 5 .0, replaced by {@link IssuesApi#getIssues(Object, int, int)}
2223+ * @deprecated Will be removed in version 6 .0, replaced by {@link IssuesApi#getIssues(Object, int, int)}
22242224 */
22252225 @ Deprecated
22262226 public List <Issue > getIssues (Object projectIdOrPath , int page , int perPage ) throws GitLabApiException {
@@ -2237,7 +2237,7 @@ public List<Issue> getIssues(Object projectIdOrPath, int page, int perPage) thro
22372237 * @param itemsPerPage the number of issues per page
22382238 * @return the list of issues in the specified range
22392239 * @throws GitLabApiException if any exception occurs
2240- * @deprecated Will be removed in version 5 .0, replaced by {@link IssuesApi#getIssues(Object, int)}
2240+ * @deprecated Will be removed in version 6 .0, replaced by {@link IssuesApi#getIssues(Object, int)}
22412241 */
22422242 @ Deprecated
22432243 public Pager <Issue > getIssues (Object projectIdOrPath , int itemsPerPage ) throws GitLabApiException {
@@ -2252,7 +2252,7 @@ public Pager<Issue> getIssues(Object projectIdOrPath, int itemsPerPage) throws G
22522252 * @param projectIdOrPath the project in the form of an Long(ID), String(path), or Project instance, required
22532253 * @return a Stream of the project's issues
22542254 * @throws GitLabApiException if any exception occurs
2255- * @deprecated Will be removed in version 5 .0, replaced by {@link IssuesApi#getIssues(Object)}
2255+ * @deprecated Will be removed in version 6 .0, replaced by {@link IssuesApi#getIssues(Object)}
22562256 */
22572257 @ Deprecated
22582258 public Stream <Issue > getIssuesStream (Object projectIdOrPath ) throws GitLabApiException {
@@ -2268,7 +2268,7 @@ public Stream<Issue> getIssuesStream(Object projectIdOrPath) throws GitLabApiExc
22682268 * @param issueId the internal ID of a project's issue
22692269 * @return the specified Issue instance
22702270 * @throws GitLabApiException if any exception occurs
2271- * @deprecated Will be removed in version 5 .0, replaced by {@link IssuesApi#getIssue(Object, Long)}
2271+ * @deprecated Will be removed in version 6 .0, replaced by {@link IssuesApi#getIssue(Object, Long)}
22722272 */
22732273 @ Deprecated
22742274 public Issue getIssue (Object projectIdOrPath , Long issueId ) throws GitLabApiException {
@@ -2284,7 +2284,7 @@ public Issue getIssue(Object projectIdOrPath, Long issueId) throws GitLabApiExce
22842284 * @param projectIdOrPath the project in the form of an Long(ID), String(path), or Project instance, required
22852285 * @param issueId the internal ID of a project's issue
22862286 * @throws GitLabApiException if any exception occurs
2287- * @deprecated Will be removed in version 5 .0, replaced by {@link IssuesApi#deleteIssue(Object, Long)}
2287+ * @deprecated Will be removed in version 6 .0, replaced by {@link IssuesApi#deleteIssue(Object, Long)}
22882288 */
22892289 @ Deprecated
22902290 public void deleteIssue (Object projectIdOrPath , Long issueId ) throws GitLabApiException {
0 commit comments