Moved YmlCommentParser and YmlConfiguration to util/yaml package

This commit is contained in:
Florian CUNY 2018-09-15 12:17:27 +02:00
parent edd64d2f30
commit 1f93a7f085
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package world.bentobox.bentobox.util;
package world.bentobox.bentobox.util.yaml;
import java.io.BufferedReader;
import java.io.IOException;

View File

@ -1,4 +1,4 @@
package world.bentobox.bentobox.util;
package world.bentobox.bentobox.util.yaml;
import java.util.Map;