You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by Apache Wiki <wi...@apache.org> on 2005/09/25 19:06:41 UTC

[Directory Wiki] Trivial Update of "MinaTutorial" by RobertMcNally

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Directory Wiki" for change notification.

The following page has been changed by RobertMcNally:
http://wiki.apache.org/directory/MinaTutorial

------------------------------------------------------------------------------
      public void messageReceived( ProtocolSession session,
  Object message )
      {
-         // Reverse reveiced string
+         // Reverse received string
          String str = message.toString();
          StringBuffer buf = new StringBuffer( str.length() );
          for( int i = str.length() - 1; i >= 0; i-- )