Skip to content

Commit

Permalink
make Listener final
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Jan 5, 2024
1 parent c0da86d commit e78728e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
@Requires(classes = { AutoPopulatedEntityEventListener.class, EntityEventContext.class })
@Singleton
class UserAuditingEntityEventListener extends AutoPopulatedEntityEventListener {
final class UserAuditingEntityEventListener extends AutoPopulatedEntityEventListener {
private static final Logger LOG = LoggerFactory.getLogger(UserAuditingEntityEventListener.class);

private final SecurityService securityService;
Expand Down

0 comments on commit e78728e

Please sign in to comment.