Adds author to StargateYamlConfiguration

This commit is contained in:
2023-04-21 16:15:03 +02:00
parent 4f7bab8a1a
commit 53126beba3

View File

@@ -16,6 +16,7 @@ import java.util.List;
* those YAML values are converted to normal text comments. This ensures that the comments aren't removed by the
* YamlConfiguration during its parsing.</p>
*
* @author Kristian Knarvik
* @author Thorin
*/
public class StargateYamlConfiguration extends YamlConfiguration {