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

2.9 -> 3.0 merge

This commit is contained in:
ementalo
2012-06-06 01:53:34 +01:00
parent 9b7a40736e
commit ff5a82a14c
21 changed files with 174 additions and 86 deletions

View File

@@ -12,11 +12,5 @@ public class InstallationFinishedEvent extends Event
public HandlerList getHandlers()
{
return handlers;
}
@Override
public HandlerList getHandlers()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}
}