mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix compile
This commit is contained in:
parent
c808257b7c
commit
da51be20a3
@ -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 New Issue
Block a user