Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1152/src/java/net/sf/asterisk/fastagi/command
Modified Files:
GetDataCommand.java
Log Message:
Added note that file attribute is mandatory
Index: GetDataCommand.java
===================================================================
RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command/GetDataCommand.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -p -r1.5 -r1.6
--- GetDataCommand.java 30 Jul 2005 20:37:28 -0000 1.5
+++ GetDataCommand.java 30 Jul 2005 22:56:30 -0000 1.6
@@ -120,7 +120,8 @@ public class GetDataCommand extends AGIC
}
/**
- * Sets the name of the file to stream.
+ * Sets the name of the file to stream.<br>
+ * This attribute is mandatory.
*
* @param file the name of the file to stream, must not include extension.
*/
|