Improved methods comments.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2781 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-09-05 21:38:40 +00:00 committed by gato
parent 5a7c902ef3
commit 5b1eea6833
1 changed files with 6 additions and 2 deletions

View File

@ -60,7 +60,9 @@ public interface SmackDebugger {
/**
* Returns a new special Reader that wraps the new connection Reader. The connection
* has been secured so he now have a new reader and writer.
* has been secured so the connection is using a new reader and writer. The debugger
* needs to wrap the new reader and writer to keep being notified of the connection
* traffic.
*
* @return a new special Reader that wraps the new connection Reader.
*/
@ -68,7 +70,9 @@ public interface SmackDebugger {
/**
* Returns a new special Writer that wraps the new connection Writer. The connection
* has been secured so he now have a new reader and writer.
* has been secured so the connection is using a new reader and writer. The debugger
* needs to wrap the new reader and writer to keep being notified of the connection
* traffic.
*
* @return a new special Writer that wraps the new connection Writer.
*/