mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 11:00:48 +00:00
format code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user