mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-26 01:01:22 +01:00
Fixed javadoc error
This commit is contained in:
parent
d6ea9cd027
commit
2ffa75e127
@ -20,7 +20,7 @@ public class EnchantmentTarget {
|
||||
/**
|
||||
* Create new EnchantmentRarity
|
||||
* @param name The name of the rarity
|
||||
* @paran materials The items for the target
|
||||
* @param materials The items for the target
|
||||
*/
|
||||
public EnchantmentTarget(String name, Set<Material> materials) {
|
||||
this(name, materials, false);
|
||||
@ -29,7 +29,7 @@ public class EnchantmentTarget {
|
||||
/**
|
||||
* Create new EnchantmentRarity
|
||||
* @param name The name of the rarity
|
||||
* @paran materials The items for the target
|
||||
* @param materials The items for the target
|
||||
* @param noRegister Dont register internally
|
||||
*/
|
||||
public EnchantmentTarget(String name, Set<Material> materials, boolean noRegister) {
|
||||
|
Loading…
Reference in New Issue
Block a user