🔀 Merge branch 'release-79'
[Sone.git] / src / main / java / net / pterodactylus / sone / utils / DefaultOption.java
index 0939f21..d9acaeb 100644 (file)
@@ -7,7 +7,6 @@ import com.google.common.base.Predicate;
  *
  * @param <T>
  *            The type of the option
- * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
  */
 public class DefaultOption<T> implements Option<T> {