From 5671bb65b6ddb210129d09fa3ef2590251eee387 Mon Sep 17 00:00:00 2001 From: Aikar Date: Sun, 21 Jan 2018 14:12:54 -0500 Subject: [PATCH] Fix build due to IDE inserting bad import --- Spigot-Server-Patches/Basic-PlayerProfile-API.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Spigot-Server-Patches/Basic-PlayerProfile-API.patch b/Spigot-Server-Patches/Basic-PlayerProfile-API.patch index bf6f27ca42..94960d09f3 100644 --- a/Spigot-Server-Patches/Basic-PlayerProfile-API.patch +++ b/Spigot-Server-Patches/Basic-PlayerProfile-API.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Basic PlayerProfile API diff --git a/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java b/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java new file mode 100644 -index 000000000..171b1aaf5 +index 000000000..98fca26e9 --- /dev/null +++ b/src/main/java/com/destroystokyo/paper/profile/CraftPlayerProfile.java @@ -0,0 +0,0 @@ @@ -15,7 +15,6 @@ index 000000000..171b1aaf5 +import com.mojang.authlib.GameProfile; +import com.mojang.authlib.properties.Property; +import com.mojang.authlib.properties.PropertyMap; -+import com.oracle.webservices.internal.api.message.PropertySet; + +import javax.annotation.Nonnull; +import javax.annotation.Nullable; @@ -24,7 +23,6 @@ index 000000000..171b1aaf5 +import java.util.Iterator; +import java.util.Set; +import java.util.UUID; -+import java.util.stream.Collectors; + +public class CraftPlayerProfile implements PlayerProfile { +