Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/manager/action
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26804/src/java/net/sf/asterisk/manager/action
Modified Files:
MailboxStatusAction.java
Log Message:
Fixed comment for mailbox attribute
Index: MailboxStatusAction.java
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/manager/action/MailboxStatusAction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -p -r1.2 -r1.3
--- MailboxStatusAction.java 23 Feb 2005 22:50:58 -0000 1.2
+++ MailboxStatusAction.java 1 Mar 2005 19:28:17 -0000 1.3
@@ -52,7 +52,7 @@ public class MailboxStatusAction extends
/**
* Sets the name of the mailbox to query.<br>
- * This can either be only the number of the mailbox or a string of the form
+ * This can either be only the name of the mailbox or a string of the form
* mailboxnumber@context. If no context is specified "default" is assumed.<br>
* Multiple mailboxes may be given, separated by ','. In this case the action checks whether at
* least one of the given mailboxes has waiting messages.<br>
|