[Asterisk-java-cvs] CVS: asterisk-java/src/java/net/sf/asterisk/fastagi/command GetVariableCommand.j
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-03-11 13:41:25
|
Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26213/src/java/net/sf/asterisk/fastagi/command Modified Files: GetVariableCommand.java Log Message: Index: GetVariableCommand.java =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/fastagi/command/GetVariableCommand.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -p -r1.3 -r1.4 --- GetVariableCommand.java 10 Mar 2005 21:48:11 -0000 1.3 +++ GetVariableCommand.java 11 Mar 2005 13:41:13 -0000 1.4 @@ -18,8 +18,8 @@ package net.sf.asterisk.fastagi.command; /** * Returns the value of the given channel varible.<br> - * Returns 0 if is not set. Returns 1 if the variable is set and returns the - * variable in parenthesis.<br> + * Returns 0 if the variable is not set. Returns 1 if the variable is set and + * returns the variable in parenthesis.<br> * Example return code: 200 result=1 (testvariable) * * @author srt |