diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index dff5f3a..0000000 --- a/.travis.yml +++ /dev/null @@ -1 +0,0 @@ -language: java diff --git a/README.md b/README.md index 7388627..80d52c8 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ OpenNBT is licensed under the [BSD](http://www.opensource.org/licenses/BSD-3- Building the Source -------------- -OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory. You can also download a build (COMING SOON). +OpenNBT uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory. You can also download a build [here](http://ci.spacebase.ch/job/OpenNBT/). diff --git a/src/main/java/ch/spacebase/opennbt/tag/CompoundTag.java b/src/main/java/ch/spacebase/opennbt/tag/CompoundTag.java index 09f94e5..1a2a035 100644 --- a/src/main/java/ch/spacebase/opennbt/tag/CompoundTag.java +++ b/src/main/java/ch/spacebase/opennbt/tag/CompoundTag.java @@ -36,7 +36,6 @@ package ch.spacebase.opennbt.tag; import java.util.Collection; import java.util.Collections; -import java.util.HashMap; import java.util.Map; import java.util.Set;