Made no arg constructor protected to enable unit test coverage.
This commit is contained in:
		
							parent
							
								
									b4273c62b7
								
							
						
					
					
						commit
						1a040c7ddf
					
				|  | @ -43,7 +43,7 @@ public class PrincipalAcegiUserToken extends AbstractAdapterAuthenticationToken | ||||||
|         this.password = password; |         this.password = password; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     private PrincipalAcegiUserToken() { |     protected PrincipalAcegiUserToken() { | ||||||
|         super(); |         super(); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue