Skip to content

Commit ad6c7d9

Browse files
committed
Fix PositionBreakA check name
1 parent 8362e90 commit ad6c7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ac/grim/grimac/checks/impl/breaking/PositionBreakA.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import java.util.Collections;
1212

13-
@CheckData(name = "PositionBreak")
13+
@CheckData(name = "PositionBreakA")
1414
public class PositionBreakA extends BlockBreakCheck {
1515
public PositionBreakA(GrimPlayer player) {
1616
super(player);

0 commit comments

Comments
 (0)