You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ha...@apache.org on 2014/12/18 00:36:17 UTC

[02/17] activemq git commit: Fix small typo in the docs

Fix small typo in the docs

    This closes #35


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/119f3e95
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/119f3e95
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/119f3e95

Branch: refs/heads/activemq-5.10.x
Commit: 119f3e959f0329b8912af5afcf68930af107444c
Parents: 7f79704
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed Jul 16 10:35:23 2014 -0400
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Tue Dec 16 21:54:07 2014 -0500

----------------------------------------------------------------------
 .../java/org/apache/activemq/security/AuthenticationUser.java | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/119f3e95/activemq-broker/src/main/java/org/apache/activemq/security/AuthenticationUser.java
----------------------------------------------------------------------
diff --git a/activemq-broker/src/main/java/org/apache/activemq/security/AuthenticationUser.java b/activemq-broker/src/main/java/org/apache/activemq/security/AuthenticationUser.java
index 65d34d5..7f51d06 100644
--- a/activemq-broker/src/main/java/org/apache/activemq/security/AuthenticationUser.java
+++ b/activemq-broker/src/main/java/org/apache/activemq/security/AuthenticationUser.java
@@ -17,10 +17,10 @@
 package org.apache.activemq.security;
 
 /**
- * A helper object used to configure simple authentiaction plugin
- * 
+ * A helper object used to configure simple authentication plugin
+ *
  * @org.apache.xbean.XBean
- * 
+ *
  */
 public class AuthenticationUser {
 
@@ -60,5 +60,4 @@ public class AuthenticationUser {
     public void setUsername(String username) {
         this.username = username;
     }
-
 }