Skip to content

Commit 6b86190

Browse files
committed
Remove unnecessary ConfigurationProperties
Closes spring-projectsgh-13412
1 parent 0b64491 commit 6b86190

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/jmx/AuditEventsJmxEndpoint.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@
2525

2626
import org.springframework.boot.actuate.audit.AuditEvent;
2727
import org.springframework.boot.actuate.audit.AuditEventRepository;
28-
import org.springframework.boot.context.properties.ConfigurationProperties;
2928
import org.springframework.jmx.export.annotation.ManagedOperation;
3029
import org.springframework.util.Assert;
3130
import org.springframework.util.StringUtils;
@@ -36,7 +35,6 @@
3635
* @author Vedran Pavic
3736
* @since 1.5.0
3837
*/
39-
@ConfigurationProperties(prefix = "endpoints.auditevents")
4038
public class AuditEventsJmxEndpoint extends AbstractJmxEndpoint {
4139

4240
private static final String DATE_FORMAT = "yyyy-MM-dd'T'HH:mm:ssZ";

0 commit comments

Comments
 (0)