[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/profile/sasl/anonymous SASLAnonymou
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2003-11-18 14:03:12
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/anonymous In directory sc8-pr-cvs1:/tmp/cvs-serv11039/src/org/beepcore/beep/profile/sasl/anonymous Modified Files: SASLAnonymousProfile.java Log Message: fixed javadoc warnings Index: SASLAnonymousProfile.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/anonymous/SASLAnonymousProfile.java,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** SASLAnonymousProfile.java 15 Sep 2003 15:23:31 -0000 1.12 --- SASLAnonymousProfile.java 18 Nov 2003 14:03:09 -0000 1.13 *************** *** 126,131 **** * to allow a peer to authenticate to another one. * ! * @param Session session the current session ! * @param String id the identity of the peer withing to authenticate * * @throws SASLException if any failure occurs. --- 126,131 ---- * to allow a peer to authenticate to another one. * ! * @param session Session the current session ! * @param id The identity of the peer withing to authenticate * * @throws SASLException if any failure occurs. *************** *** 172,177 **** * authentication request on the startChannel request. * ! * @param Session session the current session ! * @param String id the identity of the peer withing to authenticate * * @throws SASLException if any failure occurs. --- 172,177 ---- * authentication request on the startChannel request. * ! * @param session Session the current session ! * @param id The identity of the peer withing to authenticate * * @throws SASLException if any failure occurs. |