[Asterisk-java-cvs] CVS: asterisk-java/src/java/net/sf/asterisk/fastagi/command ControlStreamFileCom
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-08-28 13:37:16
|
Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18340/src/java/net/sf/asterisk/fastagi/command Modified Files: ControlStreamFileCommand.java Log Message: Added javadoc (AJ-3) Index: ControlStreamFileCommand.java =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command/ControlStreamFileCommand.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -p -r1.1 -r1.2 --- ControlStreamFileCommand.java 28 Aug 2005 13:33:09 -0000 1.1 +++ ControlStreamFileCommand.java 28 Aug 2005 13:37:04 -0000 1.2 @@ -117,9 +117,9 @@ public class ControlStreamFileCommand ex * this command. Maybe <code>null</code> if you don't want the * user to interrupt. * @param offset the offset samples to skip before streaming. - * @param forwardDigit - * @param rewindDigit - * @param pauseDigit + * @param forwardDigit the digit for fast forward. + * @param rewindDigit the digit for rewind. + * @param pauseDigit the digit for pause and unpause. */ public ControlStreamFileCommand(String file, String escapeDigits, int offset, String forwardDigit, String rewindDigit, |