Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/manager/event
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22678/src/java/net/sf/asterisk/manager/event
Modified Files:
ChannelEvent.java NewCallerIdEvent.java
Log Message:
Fixed javadoc comment for callerId parameter in setCallerId
Index: ChannelEvent.java
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/manager/event/ChannelEvent.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -p -r1.3 -r1.4
--- ChannelEvent.java 25 Feb 2005 11:58:43 -0000 1.3
+++ ChannelEvent.java 26 Feb 2005 20:50:31 -0000 1.4
@@ -106,7 +106,7 @@ public abstract class ChannelEvent exten
/**
* Sets the Caller*ID of the channel.
*
- * @param the Caller*ID of the channel.
+ * @param callerId the Caller*ID of the channel.
*/
public void setCallerId(String callerId)
{
Index: NewCallerIdEvent.java
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/manager/event/NewCallerIdEvent.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -p -r1.3 -r1.4
--- NewCallerIdEvent.java 25 Feb 2005 11:58:43 -0000 1.3
+++ NewCallerIdEvent.java 26 Feb 2005 20:50:31 -0000 1.4
@@ -111,7 +111,7 @@ public class NewCallerIdEvent extends Ma
/**
* Sets the new Caller*ID.
*
- * @param the new Caller*ID.
+ * @param callerId the new Caller*ID.
*/
public void setCallerId(String callerId)
{
|