You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/10/23 22:26:25 UTC

svn commit: r1401445 - /activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java

Author: tabish
Date: Tue Oct 23 20:26:25 2012
New Revision: 1401445

URL: http://svn.apache.org/viewvc?rev=1401445&view=rev
Log:
Fix some spelling errors in the API docs.

Modified:
    activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java

Modified: activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java?rev=1401445&r1=1401444&r2=1401445&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java (original)
+++ activemq/trunk/activemq-core/src/main/java/org/apache/activemq/command/ConnectionInfo.java Tue Oct 23 20:26:25 2012
@@ -19,9 +19,9 @@ package org.apache.activemq.command;
 import org.apache.activemq.state.CommandVisitor;
 
 /**
- * 
+ *
  * @openwire:marshaller code="3"
- * 
+ *
  */
 public class ConnectionInfo extends BaseCommand {
 
@@ -124,7 +124,7 @@ public class ConnectionInfo extends Base
 
     /**
      * The route of brokers the command has moved through.
-     * 
+     *
      * @openwire:property version=1 cache=true
      */
     public BrokerId[] getBrokerPath() {
@@ -170,8 +170,8 @@ public class ConnectionInfo extends Base
     /**
      * Transports may wish to associate additional data with the connection. For
      * example, an SSL transport may use this field to attach the client
-     * certificates used when the conection was established.
-     * 
+     * certificates used when the connection was established.
+     *
      * @return the transport context.
      */
     public Object getTransportContext() {
@@ -181,8 +181,8 @@ public class ConnectionInfo extends Base
     /**
      * Transports may wish to associate additional data with the connection. For
      * example, an SSL transport may use this field to attach the client
-     * certificates used when the conection was established.
-     * 
+     * certificates used when the connection was established.
+     *
      * @param transportContext value used to set the transport context
      */
     public void setTransportContext(Object transportContext) {