[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/profile/sasl Blob.java,1.9,1.10
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 In directory sc8-pr-cvs1:/tmp/cvs-serv11039/src/org/beepcore/beep/profile/sasl Modified Files: Blob.java Log Message: fixed javadoc warnings Index: Blob.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/Blob.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Blob.java 30 Oct 2003 14:29:55 -0000 1.9 --- Blob.java 18 Nov 2003 14:03:08 -0000 1.10 *************** *** 91,95 **** * @param status the status to construct the blob with (see the constants * in this class). - * @param data the data to be embedded in the blob element * * @throws SASLException --- 91,94 ---- *************** *** 268,272 **** * Constructor for those that want to 'receive' or 'digest' a blob. * ! * @param Blob blob is the data to digest. * * @throws SASLException in the event that errors occur during the --- 267,271 ---- * Constructor for those that want to 'receive' or 'digest' a blob. * ! * @param blob The data to digest. * * @throws SASLException in the event that errors occur during the |