Author: ngn
Date: Tue Jun 23 09:22:48 2009
New Revision: 787594
URL: http://svn.apache.org/viewvc?rev=787594&view=rev
Log:
Fixing typos in Javadoc
Modified:
mina/sandbox/vysper/trunk/src/main/java/org/apache/vysper/xmpp/protocol/StanzaHandler.java
Modified:
mina/sandbox/vysper/trunk/src/main/java/org/apache/vysper/xmpp/protocol/StanzaHandler.java
URL:
http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/src/main/java/org/apache/vysper/xmpp/protocol/StanzaHandler.java?rev=787594&r1=787593&r2=787594&view=diff
==============================================================================
---
mina/sandbox/vysper/trunk/src/main/java/org/apache/vysper/xmpp/protocol/StanzaHandler.java
(original)
+++
mina/sandbox/vysper/trunk/src/main/java/org/apache/vysper/xmpp/protocol/StanzaHandler.java
Tue Jun 23 09:22:48 2009
@@ -55,10 +55,11 @@
* @param stanza
* @param serverRuntimeContext
*...@param isOutboundStanza
- * true, if the stanza was emitted by the client which is handled by the
session belonging to the give sessionContext parameter
- * false, if the session is receiving the stanza targeted to the
session's client
+ * true, if the stanza was emitted by the client which is handled by the
session belonging to the given sessionContext parameter.
+ * false, if the session is receiving the stanza targeted to the
session's client.
* @param sessionContext
- * @param sessionStateHolder @return optionally returns a response which
is passed to the session's client
+ * @param sessionStateHolder
+ * @return optionally returns a response which is passed to the session's
client
*/
public ResponseStanzaContainer execute(Stanza stanza, ServerRuntimeContext
serverRuntimeContext, boolean isOutboundStanza, SessionContext sessionContext,
SessionStateHolder sessionStateHolder) throws ProtocolException;
}