1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-04 10:01:44 +02:00

More cleanup

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1570 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo
2011-06-02 13:59:02 +00:00
parent 0ff89abeee
commit 651b89d97b
8 changed files with 22 additions and 19 deletions

View File

@@ -17,8 +17,8 @@ public interface IEssentialsXMPP
void sendMessage(final String address, final String message);
void setAddress(final Player user, final String address) throws Exception;
void setAddress(final Player user, final String address);
boolean toggleSpy(final Player user) throws Exception;
boolean toggleSpy(final Player user);
}