Add code comment.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 10:11:44 +0000 (12:11 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 10:11:44 +0000 (12:11 +0200)
src/main/java/net/pterodactylus/sone/data/Post.java

index bbabad5..9887de9 100644 (file)
@@ -84,6 +84,10 @@ public class Post {
                this.text = text;
        }
 
+       //
+       // ACCESSORS
+       //
+
        /**
         * Returns the ID of the post.
         *