Skip to content

Commit 26cb987

Browse files
Incorrectly posted v0.1, now directly release v0.1.1
1 parent 2186b2a commit 26cb987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>cn.xiaopangxie732</groupId>
44
<artifactId>mojang-api</artifactId>
5-
<version>0.1</version>
5+
<version>0.1.1</version>
66
<name>MojangAPI in Java</name>
77
<description>Mojang Public API Java implementation</description>
88
<url>https://github.com/XiaoPangxie732/MojangAPI-in-Java</url>

src/main/java/cn/xiaopangxie732/mojang_api/Skin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static void changeSkin(String access_token, boolean slim, String uuid, UR
6969
* This uploads a skin to Mojang's servers. It also sets the users skin. This works on legacy counts as well.
7070
* @param access_token The access token of an account. can be get by using {@link Auth#getAccessToken(String, String)}
7171
* @param isSlim Skin is slim or not.
72-
* @param UUID of the account. can be get be using {@link UserName#UUIDAtNow(String)}
72+
* @param uuid UUID of the account. can be get be using {@link UserName#UUIDAtNow(String)}
7373
* @param uri The skin image path. if it is a local file, it needs add a prefix "file:///" and replace "\\" to "/"(on Windows).
7474
* @throws IllegalArgumentException When change skin failed.
7575
* @since 0.0.5
@@ -166,7 +166,7 @@ public static void resetSkin(String access_token, String uuid) {
166166
public static class SecurityQA {
167167
/**
168168
* Check if you need to answer security questions
169-
* @param accesToken Player's access token
169+
* @param accessToken Player's access token
170170
* @return true for need and false for not need
171171
* @see Auth#getAccessToken(String, String)
172172
* @since 0.1

0 commit comments

Comments
 (0)