mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-13 13:52:06 +00:00
Reformating to fix checkstyle.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
/*
|
||||
* Copyright (C) 2010-2024 JPEXS, All rights reserved.
|
||||
*
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 3.0 of the License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.
|
||||
*/
|
||||
@@ -22,6 +22,7 @@ import com.jpexs.decompiler.graph.model.LocalData;
|
||||
|
||||
/**
|
||||
* Special item for marking a position in the graph.
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class MarkItem extends GraphTargetItem {
|
||||
@@ -33,6 +34,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
|
||||
/**
|
||||
* Constructs a new mark item.
|
||||
*
|
||||
* @param mark Mark string
|
||||
*/
|
||||
public MarkItem(String mark) {
|
||||
@@ -42,6 +44,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
|
||||
/**
|
||||
* Appends this item to the writer.
|
||||
*
|
||||
* @param writer Writer
|
||||
* @param localData Local data
|
||||
* @return
|
||||
@@ -53,6 +56,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
|
||||
/**
|
||||
* Gets the mark string.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public String getMark() {
|
||||
@@ -61,6 +65,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
|
||||
/**
|
||||
* Checks if this item is empty.
|
||||
*
|
||||
* @return Always true
|
||||
*/
|
||||
@Override
|
||||
@@ -70,6 +75,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
|
||||
/**
|
||||
* Checks if this item has a return value.
|
||||
*
|
||||
* @return Always false
|
||||
*/
|
||||
@Override
|
||||
@@ -79,6 +85,7 @@ public class MarkItem extends GraphTargetItem {
|
||||
|
||||
/**
|
||||
* Gets the return type of this item.
|
||||
*
|
||||
* @return Unbounded
|
||||
*/
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user