From 5ca1488c811cf675df23a75f2c2ffa81e08985be Mon Sep 17 00:00:00 2001 From: Xefir Date: Sat, 12 May 2012 11:00:12 +0200 Subject: [PATCH] Ident is better --- src/com/platymuus/bukkit/permissions/PermissionInfo.java | 2 +- src/com/platymuus/bukkit/permissions/PermissionsPlugin.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/com/platymuus/bukkit/permissions/PermissionInfo.java b/src/com/platymuus/bukkit/permissions/PermissionInfo.java index fde856a..8d8e680 100644 --- a/src/com/platymuus/bukkit/permissions/PermissionInfo.java +++ b/src/com/platymuus/bukkit/permissions/PermissionInfo.java @@ -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 getWorldPermissions(String world) { diff --git a/src/com/platymuus/bukkit/permissions/PermissionsPlugin.java b/src/com/platymuus/bukkit/permissions/PermissionsPlugin.java index f71f199..0d89206 100644 --- a/src/com/platymuus/bukkit/permissions/PermissionsPlugin.java +++ b/src/com/platymuus/bukkit/permissions/PermissionsPlugin.java @@ -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 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) {