Remove @author tags
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / text / PlainTextPart.kt
index 4a495b4..4137fe9 100644 (file)
@@ -2,7 +2,5 @@ package net.pterodactylus.sone.text
 
 /**
  * [Part] implementation that holds a single piece of text.
- *
- * @author [David Roden](mailto:d.roden@emetriq.com)
  */
 data class PlainTextPart(override val text: String) : Part