Removed unused import

This commit is contained in:
Christian Basler 2017-02-11 23:52:40 +01:00
parent 233b152338
commit 48f4848c0a
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import ch.dissem.msgpack.types.*;
import java.io.IOException;
import java.io.InputStream;
import java.util.LinkedList;
import java.util.List;
/**
* Reads MPType object from an {@link InputStream}.