From da51be20a3956c057eac6c2d3152dc4d0a2bd7c5 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Thu, 10 Aug 2017 16:55:57 +1000 Subject: [PATCH] Fix compile --- .../src/main/java/com/plotsquared/bukkit/util/NbtFactory.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/NbtFactory.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/NbtFactory.java index 5124f9194..f1795005d 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/NbtFactory.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/NbtFactory.java @@ -7,7 +7,6 @@ import com.google.common.collect.Lists; import com.google.common.collect.MapMaker; import com.google.common.io.ByteSink; import com.google.common.io.Closeables; -import com.google.common.io.InputSupplier; import com.google.common.primitives.Primitives; import java.io.BufferedInputStream; import java.io.DataInput; @@ -158,7 +157,7 @@ public class NbtFactory { /** * Load the content of a file from a stream. * - * @param stream - the stream supplier. + * @param input - the stream. * @param option - whether or not to decompress the input stream. * @return The decoded NBT compound. * @throws IOException If anything went wrong.