Fix some spelling errors in the API docs.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1401445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-10-23 20:26:25 +00:00
parent 7a2293d743
commit 692411e989
1 changed files with 7 additions and 7 deletions

View File

@ -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 BaseCommand {
/**
* 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 BaseCommand {
/**
* 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 BaseCommand {
/**
* 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) {