Fix build due to IDE inserting bad import

This commit is contained in:
Aikar 2018-01-21 14:12:54 -05:00
parent 8d654f26d3
commit 5671bb65b6

View File

@ -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 {
+