1
mirror of https://github.com/CarmJos/EasyConfiguration.git synced 2026-06-04 18:48:20 +08:00

feat(section): Add #path and #fullPath for sections

This commit is contained in:
2025-02-25 00:04:24 +08:00
parent 842cd78ce3
commit 6f28abebb9
20 changed files with 181 additions and 66 deletions
@@ -56,7 +56,7 @@ public class YAMLSource
@Override
protected @NotNull YAMLSource self() {
return null;
return this;
}
@Override
@@ -9,7 +9,6 @@ import org.junit.Test;
import java.util.List;
import java.util.Map;
import java.util.regex.Pattern;
public class YamlTests {