Skip to content

Commit

Permalink
Update javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Oct 7, 2024
1 parent e72033c commit 8812452
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public static SkinData getSkinByOnlinePlayer(Player player) {
*
* @param uuid The UUID of the player.
* @return A CompletableFuture that will contain the SkinData.
* @throws IOException If the skin data could not be fetched.
*/
public static CompletableFuture<SkinData> fetchSkinByUUID(String uuid) {
return CompletableFuture.supplyAsync(() -> {
Expand Down Expand Up @@ -157,7 +156,6 @@ public static CompletableFuture<SkinData> fetchSkinByUUID(String uuid) {
*
* @param skinURL The URL of the skin.
* @return A CompletableFuture that will contain the SkinData.
* @throws IOException If the skin data could not be fetched.
*/
public static CompletableFuture<SkinData> fetchSkinByURL(String skinURL) {
return CompletableFuture.supplyAsync(() -> {
Expand Down

0 comments on commit 8812452

Please sign in to comment.