Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/reply
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12136/src/java/net/sf/asterisk/fastagi/reply
Modified Files:
AGIReply.java
Log Message:
Fixed typo in javadoc of getUsage (was 502 must be 520)
Index: AGIReply.java
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/reply/AGIReply.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -p -r1.2 -r1.3
--- AGIReply.java 8 Mar 2005 02:55:35 -0000 1.2
+++ AGIReply.java 8 Mar 2005 02:58:01 -0000 1.3
@@ -118,8 +118,8 @@ public class AGIReply implements Seriali
}
/**
- * Returns the synopsis of the command sent if Asterisk expected a different syntax (status ==
- * 502).
+ * Returns the synopsis of the command sent if Asterisk expected a different syntax (getStatus() ==
+ * SC_INVALID_COMMAND_SYNTAX).
*
* @return the synopsis of the command sent, <code>null</code> if there were no syntax errors.
*/
|