diff options
Diffstat (limited to 'src/IvyBindListener.java')
-rw-r--r-- | src/IvyBindListener.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IvyBindListener.java b/src/IvyBindListener.java index 6fc17e1..1316a8a 100644 --- a/src/IvyBindListener.java +++ b/src/IvyBindListener.java @@ -16,7 +16,7 @@ public interface IvyBindListener extends java.util.EventListener { /** * invoked when a Ivy Client performs a bind * @param client the peer - * @param int the regexp ID + * @param id the regexp ID * @param regexp the regexp */ void bindPerformed(IvyClient client,int id, String regexp); @@ -24,7 +24,7 @@ public interface IvyBindListener extends java.util.EventListener { /** * invoked when a Ivy Client performs a unbind * @param client the peer - * @param int the regexp ID + * @param id the regexp ID * @param regexp the regexp */ void unbindPerformed(IvyClient client,int id,String regexp); |