[Asterisk-java-cvs] CVS: asterisk-java/src/java/net/sf/asterisk/manager/event NewCallerIdEvent.java,
Brought to you by:
srt
From: Stefan R. <sr...@us...> - 2005-08-27 02:59:32
|
Update of /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/manager/event In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29554/src/java/net/sf/asterisk/manager/event Modified Files: NewCallerIdEvent.java Log Message: Added @since 0.2 tags Index: NewCallerIdEvent.java =================================================================== RCS file: /cvsroot/asterisk-java/asterisk-java/src/java/net/sf/asterisk/manager/event/NewCallerIdEvent.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -p -r1.5 -r1.6 --- NewCallerIdEvent.java 27 Aug 2005 02:57:54 -0000 1.5 +++ NewCallerIdEvent.java 27 Aug 2005 02:59:24 -0000 1.6 @@ -151,6 +151,7 @@ public class NewCallerIdEvent extends Ma * Returns the CallerId presentation/screening. * * @return the CallerId presentation/screening. + * @since 0.2 */ public Integer getCidCallingPres() { @@ -163,6 +164,7 @@ public class NewCallerIdEvent extends Ma * * @return the textual respresentation of the CallerId * presentation/screening. + * @since 0.2 */ public String getCidCallingPresTxt() { @@ -173,6 +175,7 @@ public class NewCallerIdEvent extends Ma * Sets the CallerId presentation/screening in the form "%d (%s)". * * @param s the CallerId presentation/screening in the form "%d (%s)". + * @since 0.2 */ public void setCidCallingPres(String s) { |