mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Fix javadocs
This commit is contained in:
parent
15fa10dd29
commit
1ff7082892
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ public class GroupsDataHolder {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param groups the groups to set
|
*
|
||||||
*/
|
*/
|
||||||
public void resetGroups() {
|
public void resetGroups() {
|
||||||
this.groups.clear();
|
this.groups.clear();
|
||||||
|
|
|
@ -52,7 +52,7 @@ public class UsersDataHolder {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param users the users to set
|
*
|
||||||
*/
|
*/
|
||||||
public void resetUsers() {
|
public void resetUsers() {
|
||||||
this.users.clear();
|
this.users.clear();
|
||||||
|
|
Loading…
Reference in a new issue