1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-02-24 08:22:56 +01:00

Fix javadocs

This commit is contained in:
ElgarL 2012-09-25 11:25:19 +01:00
parent f63cde00fa
commit d208c244aa
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ public class GroupsDataHolder {
}
/**
* @param groups the groups to set
*
*/
public void resetGroups() {
this.groups.clear();

View File

@ -52,7 +52,7 @@ public class UsersDataHolder {
}
/**
* @param users the users to set
*
*/
public void resetUsers() {
this.users.clear();