fix wrong position of event annotation

This commit is contained in:
Sebastian Sdorra
2014-03-18 15:47:41 +01:00
parent 910253a5e2
commit 8d683b6d65

View File

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