aboutsummaryrefslogtreecommitdiff
path: root/src/IvyBindListener.java
diff options
context:
space:
mode:
authorjestin2005-11-22 15:52:19 +0000
committerjestin2005-11-22 15:52:19 +0000
commit839f632fcf808f21098937fd95061b78a41de448 (patch)
tree3c74c0d3789c4904db4508c85617f04b14aaab44 /src/IvyBindListener.java
parent9545c8d92ce57310e333dbe6442e239c73b65e5a (diff)
downloadivy-java-839f632fcf808f21098937fd95061b78a41de448.zip
ivy-java-839f632fcf808f21098937fd95061b78a41de448.tar.gz
ivy-java-839f632fcf808f21098937fd95061b78a41de448.tar.bz2
ivy-java-839f632fcf808f21098937fd95061b78a41de448.tar.xz
javadoc modifs
Diffstat (limited to 'src/IvyBindListener.java')
-rw-r--r--src/IvyBindListener.java4
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);