1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-11 17:15:07 +02:00

Commenting

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

View File

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

View File

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