Re: [Asterisk-java-devel] Get Option documentation error
Brought to you by:
srt
From: Brett S. <bs...@no...> - 2009-03-10 04:04:27
|
OK, thanks. One comment on the data types for methods such as 'setTimeout' is that it would be nice to have both version (int and long). I notice that you deprecated an int version of setTimeout, I would rather we had both, it just saves one extra character :) setTimeout(30000) rather than setTimeout(30000L) don't spend too much time thinking about it though. Stefan Reuter wrote: > Brett Sutton wrote: > >> I've found an error in the AGI GetOption method. The timeout is >> documented as being in seconds when it is actually in milliseconds. >> > > Thanks. I've fixed the javadoc and changed the datatype from int to long. > > =Stefan > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-devel > |