Remove javadoc comments from overriding methods.
[Sone.git] / src / main / java / net / pterodactylus / sone / text / SonePart.java
index 37f098b..7c0c34f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneLinkPart.java - Copyright © 2011–2012 David Roden
+ * Sone - SonePart.java - Copyright © 2011–2013 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
@@ -57,9 +57,6 @@ public class SonePart implements Part {
        // PART METHODS
        //
 
-       /**
-        * {@inheritDoc}
-        */
        @Override
        public String getText() {
                return SoneAccessor.getNiceName(sone);