🔀 Merge branch 'release-79'
[Sone.git] / src / main / java / net / pterodactylus / sone / utils / Option.java
index 9149c07..eca96f5 100644 (file)
@@ -5,7 +5,6 @@ package net.pterodactylus.sone.utils;
  *
  * @param <T>
  *            The type of the option
- * @author <a href="mailto:bombe@pterodactylus.net">David â€˜Bombe’ Roden</a>
  */
 public interface Option<T> {