mirror of https://github.com/apache/activemq.git
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:
parent
7a2293d743
commit
692411e989
|
@ -170,7 +170,7 @@ 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.
|
||||
*/
|
||||
|
@ -181,7 +181,7 @@ 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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue