mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-29 15:37:59 +01:00
Squish warnings
This commit is contained in:
parent
1b9863742e
commit
fa0a46003d
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@ import org.apache.commons.lang3.builder.ToStringStyle;
|
||||||
|
|
||||||
public class IndentedToStringStyle extends ToStringStyle {
|
public class IndentedToStringStyle extends ToStringStyle {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 2031593562293731492L;
|
||||||
|
|
||||||
public static final ToStringStyle INSTANCE = new IndentedToStringStyle();
|
public static final ToStringStyle INSTANCE = new IndentedToStringStyle();
|
||||||
|
|
||||||
private IndentedToStringStyle() {
|
private IndentedToStringStyle() {
|
||||||
|
|
|
@ -92,6 +92,7 @@ public class LegacySkinServer implements SkinServer {
|
||||||
.build());
|
.build());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("deprecation")
|
||||||
@Override
|
@Override
|
||||||
public CompletableFuture<SkinUploadResponse> uploadSkin(Session session, @Nullable URI image, MinecraftProfileTexture.Type type, Map<String, String> metadata) {
|
public CompletableFuture<SkinUploadResponse> uploadSkin(Session session, @Nullable URI image, MinecraftProfileTexture.Type type, Map<String, String> metadata) {
|
||||||
if (Strings.isNullOrEmpty(this.gateway)) {
|
if (Strings.isNullOrEmpty(this.gateway)) {
|
||||||
|
|
Loading…
Reference in a new issue