diff options
Diffstat (limited to 'src/net/java/sip/communicator/service/customcontactactions/ContactAction.java')
-rw-r--r-- | src/net/java/sip/communicator/service/customcontactactions/ContactAction.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java b/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java index 981c9a3..d6afda4 100644 --- a/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java +++ b/src/net/java/sip/communicator/service/customcontactactions/ContactAction.java @@ -21,8 +21,8 @@ public interface ContactAction<T> * Invoked when an action occurs. * * @param actionSource the source of the action - * @param int x the x coordinate of the action - * @param int y the y coordinate of the action + * @param x the x coordinate of the action + * @param y the y coordinate of the action */ public void actionPerformed(T actionSource, int x, int y) throws OperationFailedException; |