mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-18 22:24:39 +00:00
Fix compile
This commit is contained in:
parent
c808257b7c
commit
da51be20a3
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,6 @@ import com.google.common.collect.Lists;
|
||||||
import com.google.common.collect.MapMaker;
|
import com.google.common.collect.MapMaker;
|
||||||
import com.google.common.io.ByteSink;
|
import com.google.common.io.ByteSink;
|
||||||
import com.google.common.io.Closeables;
|
import com.google.common.io.Closeables;
|
||||||
import com.google.common.io.InputSupplier;
|
|
||||||
import com.google.common.primitives.Primitives;
|
import com.google.common.primitives.Primitives;
|
||||||
import java.io.BufferedInputStream;
|
import java.io.BufferedInputStream;
|
||||||
import java.io.DataInput;
|
import java.io.DataInput;
|
||||||
|
@ -158,7 +157,7 @@ public class NbtFactory {
|
||||||
/**
|
/**
|
||||||
* Load the content of a file from a stream.
|
* 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.
|
* @param option - whether or not to decompress the input stream.
|
||||||
* @return The decoded NBT compound.
|
* @return The decoded NBT compound.
|
||||||
* @throws IOException If anything went wrong.
|
* @throws IOException If anything went wrong.
|
||||||
|
|
Loading…
Reference in a new issue