format code

This commit is contained in:
Honfika
2014-01-22 17:29:16 +01:00
parent 863cf1d387
commit 41e9e58c31
199 changed files with 1479 additions and 1742 deletions
@@ -29,7 +29,7 @@ public class CommentItem extends GraphTargetItem {
public CommentItem(String comment) {
super(null, NOPRECEDENCE);
this.commentLines = new String[] { comment };
this.commentLines = new String[]{comment};
}
public CommentItem(String[] commentLines) {