Skip to content

Commit 28842f0

Browse files
committed
remove redundant region
1 parent 03cd379 commit 28842f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reference/latest/src/main/java/com/example/docs/saveddata/SavedBlockData.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
import com.example.docs.ExampleMod;
1212

13-
// :::class
1413
// #region basic-structure
1514
public class SavedBlockData extends SavedData {
1615
private int blocksBroken = 0;
@@ -74,4 +73,3 @@ public static SavedBlockData getSavedBlockData(MinecraftServer server) {
7473
// #region basic-structure
7574
}
7675
// #endregion basic-structure
77-
// :::class

0 commit comments

Comments
 (0)