From 5b1eea6833f791366073d4a49a773c0dfee8ca07 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Mon, 5 Sep 2005 21:38:40 +0000 Subject: [PATCH] Improved methods comments. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2781 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/debugger/SmackDebugger.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smack/debugger/SmackDebugger.java b/source/org/jivesoftware/smack/debugger/SmackDebugger.java index bdc5c108e..b1599ea06 100644 --- a/source/org/jivesoftware/smack/debugger/SmackDebugger.java +++ b/source/org/jivesoftware/smack/debugger/SmackDebugger.java @@ -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. */