🔥 Remove unnecessary imports
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Options.java
index 9e79fca..398374a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Options.java - Copyright Â© 2010–2013 David Roden
+ * Sone - Options.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,12 +23,8 @@ import java.util.Map;
 
 import net.pterodactylus.sone.utils.Option;
 
-import com.google.common.base.Predicate;
-
 /**
  * Stores various options that influence Sone’s behaviour.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
  */
 public class Options {