Skip to content

Commit 0189c77

Browse files
committed
Make FileGridStorage class public
1 parent eebf763 commit 0189c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/de/bluecolored/bluemap/core/storage/file/FileGridStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import java.util.stream.Stream;
4545

4646
@RequiredArgsConstructor
47-
class FileGridStorage implements GridStorage {
47+
public class FileGridStorage implements GridStorage {
4848

4949
private static final Pattern ITEM_PATH_PATTERN = Pattern.compile("x(-?\\d+)z(-?\\d+)");
5050

0 commit comments

Comments
 (0)