Skip to content

Commit 80b3a6e

Browse files
committed
Fix javadoc since
1 parent 8d63aa4 commit 80b3a6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/eu/decentsoftware/holograms/api/utils/items/SkullUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@ public static void setSkullOwner(@NonNull ItemStack itemStack, @NonNull String o
227227
}
228228
}
229229
}
230-
230+
231231
/**
232232
* Returns the cached Base64 value from a Player name - if actually cached - or
233233
* attempts to retrieve it using the provided Player name.
234234
*
235235
* @param username The player username.
236236
* @return The Base64 or null if the texture couldn't be obtained.
237-
* @since 2.7.17
237+
* @since 2.8.17
238238
*/
239239
@Nullable
240240
public static String getCachedOrFetchFromUsername(String username) {

0 commit comments

Comments
 (0)