Fix small typo in the docs

This closes #35
This commit is contained in:
Timothy Bish 2014-07-16 10:35:23 -04:00
parent 6ac3138daf
commit 4d4766e3a3
1 changed files with 3 additions and 4 deletions

View File

@ -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;
}
}