summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/api/UserDoesNotExistException.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/api/UserDoesNotExistException.java')
-rw-r--r--Essentials/src/net/ess3/api/UserDoesNotExistException.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/Essentials/src/net/ess3/api/UserDoesNotExistException.java b/Essentials/src/net/ess3/api/UserDoesNotExistException.java
index 1503857ce..75871aa84 100644
--- a/Essentials/src/net/ess3/api/UserDoesNotExistException.java
+++ b/Essentials/src/net/ess3/api/UserDoesNotExistException.java
@@ -10,6 +10,10 @@ public class UserDoesNotExistException extends Exception
*/
private static final long serialVersionUID = -6540804196206916310L;
+ /**
+ *
+ * @param name
+ */
public UserDoesNotExistException(String name)
{
super(_("§4The user§c {0} §4does not exist.", name));