mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 11:49:12 +00:00
Typo, should be "match" not "maths". (#3488)
This commit is contained in:
parent
8046b8594a
commit
dba35f043d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class EnumUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* Return a set containing <b>all</b> fields of the given enum that maths one of the provided
|
||||
* Return a set containing <b>all</b> fields of the given enum that match one of the provided
|
||||
* names.
|
||||
*
|
||||
* @param enumClass The class to search through
|
||||
|
|
Loading…
Reference in a new issue