diff --git a/src/main/java/it/fulminazzo/yamlparser/configuration/FileConfiguration.java b/src/main/java/it/fulminazzo/yamlparser/configuration/FileConfiguration.java index 043dd52..f23f2a0 100644 --- a/src/main/java/it/fulminazzo/yamlparser/configuration/FileConfiguration.java +++ b/src/main/java/it/fulminazzo/yamlparser/configuration/FileConfiguration.java @@ -186,7 +186,8 @@ public static void removeParsers(YAMLParser @NotNull ... yamlParsers) { /** * Gets the parser from the associated class. * - * @param the type parameter + * @param the type of the parser + * @param the type of the enum * @param oClass the class * @return the parser */