mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-16 17:20:20 +01:00
fix wrong position of event annotation
This commit is contained in:
@@ -46,6 +46,7 @@ import sonia.scm.user.User;
|
||||
* @author Sebastian Sdorra
|
||||
* @since 1.27
|
||||
*/
|
||||
@Event
|
||||
public class AuthenticationEvent
|
||||
{
|
||||
|
||||
@@ -55,7 +56,6 @@ public class AuthenticationEvent
|
||||
*
|
||||
* @param user successful authenticated user
|
||||
*/
|
||||
@Event
|
||||
public AuthenticationEvent(User user)
|
||||
{
|
||||
this.user = user;
|
||||
|
||||
Reference in New Issue
Block a user