Skip to content

Commit 29e0f58

Browse files
committed
mark deprecations for removal
1 parent 09d8512 commit 29e0f58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/falsepattern/lib/updates/UpdateChecker.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public static List<IChatComponent> updateListToChatMessages(String initiator, Li
121121
@Deprecated
122122
@DeprecationDetails(deprecatedSince = "0.11.0",
123123
replacement = "fetchUpdatesV2")
124+
@DeprecationDetails.RemovedInVersion("0.13")
124125
@StableAPI.Expose
125126
public static List<ModUpdateInfo> fetchUpdates(String url) throws UpdateCheckException {
126127
return UpdateCheckerImpl.fetchUpdates(url);
@@ -133,6 +134,7 @@ public static List<ModUpdateInfo> fetchUpdates(String url) throws UpdateCheckExc
133134
@Deprecated
134135
@DeprecationDetails(deprecatedSince = "0.11.0",
135136
replacement = "fetchUpdatesAsyncV2")
137+
@DeprecationDetails.RemovedInVersion("0.13")
136138
public static CompletableFuture<List<ModUpdateInfo>> fetchUpdatesAsync(String url) {
137139
return UpdateCheckerImpl.fetchUpdatesAsync(url);
138140
}

0 commit comments

Comments
 (0)