Skip to content

Commit

Permalink
Totally reworked classes separation to respect packaging conventions.
Browse files Browse the repository at this point in the history
Reworked FileConfiguration#addParsers method.
Renamed `it.fulminazzo.yamlparser.configurations` package to `it.fulminazzo.yamlparser.configuration`.
Made FileConfiguration and ConfigurationSection final.
Updated README.md
  • Loading branch information
fulminazzo committed Jan 26, 2024
1 parent ee503ae commit 7503d07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ This project aims to provide a simple way of **accessing data** from **YAML file
It uses the following **libraries**:
- [SnakeYAML](https://bitbucket.org/snakeyaml/snakeyaml/src/master/)
- [FulmiCollection](https://github.com/Fulminazzo/FulmiCollection)
- [jOOR](https://github.com/jOOQ/jOOR)

To start using the project, import it with Maven or Gradle:
- **Maven**:
Expand Down

0 comments on commit 7503d07

Please sign in to comment.