Ident is better

This commit is contained in:
Michel Roux 2012-05-12 11:00:12 +02:00
parent 2e03bde3fe
commit 5ca1488c81
2 changed files with 4 additions and 4 deletions

View File

@ -85,7 +85,7 @@ public class PermissionInfo {
* group/player defines.
*
* @param world
* The name of the world.
* The name of the world.
* @return The map of permissions.
*/
public Map<String, Boolean> getWorldPermissions(String world) {

View File

@ -42,7 +42,7 @@ public class PermissionsPlugin extends JavaPlugin {
* Get the group with the given name.
*
* @param groupName
* The name of the group.
* The name of the group.
* @return A Group if it exists or null otherwise.
*/
public Group getGroup(String groupName) {
@ -56,7 +56,7 @@ public class PermissionsPlugin extends JavaPlugin {
* Returns a list of groups a player is in.
*
* @param playerName
* The name of the player.
* The name of the player.
* @return The groups this player is in. May be empty.
*/
public List<Group> getGroups(String playerName) {
@ -75,7 +75,7 @@ public class PermissionsPlugin extends JavaPlugin {
* Returns permission info on the given player.
*
* @param playerName
* The name of the player.
* The name of the player.
* @return A PermissionsInfo about this player.
*/
public PermissionInfo getPlayerInfo(String playerName) {