Removed useless dependencies and fixed a typo

This commit is contained in:
Patrick
2026-06-04 01:40:09 +02:00
parent f81580ae7b
commit f9fa1af963
2 changed files with 1 additions and 7 deletions
@@ -53,7 +53,7 @@ public class LicenseClient {
* @param plugin Plugin id matching the one on the backend api
* @param licenseKey License key issued by the api
* @param serverId Server id matching the one on the backend api
* @return CompletabaleFuture with the LicenseResult from the backend
* @return CompletableFuture with the LicenseResult from the backend
*/
public static CompletableFuture<LicenseResult> checkAsync(String apiUrl, String plugin, String licenseKey, String serverId) {
try {