Change javadoc to match new function.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 8 Jun 2011 10:08:56 +0000 (12:08 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 8 Jun 2011 10:08:56 +0000 (12:08 +0200)
src/main/java/net/pterodactylus/sone/text/Part.java

index 9c07e3d..e16dfb4 100644 (file)
@@ -19,10 +19,13 @@ package net.pterodactylus.sone.text;
 
 /**
  * A part is a single piece of information that can be displayed as a single
- * element.
+ * element. How the part is displayed is not part of the {@code Part}
+ * specification.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public interface Part {
 
+       /* no methods. */
+
 }