mirror of https://github.com/apache/activemq.git
parent
6ac3138daf
commit
4d4766e3a3
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue