Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
6b86190a
Commit
6b86190a
authored
Jun 08, 2018
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary ConfigurationProperties
Closes gh-13412
parent
0b644910
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
AuditEventsJmxEndpoint.java
...ork/boot/actuate/endpoint/jmx/AuditEventsJmxEndpoint.java
+1
-3
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/jmx/AuditEventsJmxEndpoint.java
View file @
6b86190a
/*
* Copyright 2012-201
7
the original author or authors.
* Copyright 2012-201
8
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
@@ -25,7 +25,6 @@ import com.fasterxml.jackson.databind.ObjectMapper;
import
org.springframework.boot.actuate.audit.AuditEvent
;
import
org.springframework.boot.actuate.audit.AuditEventRepository
;
import
org.springframework.boot.context.properties.ConfigurationProperties
;
import
org.springframework.jmx.export.annotation.ManagedOperation
;
import
org.springframework.util.Assert
;
import
org.springframework.util.StringUtils
;
...
...
@@ -36,7 +35,6 @@ import org.springframework.util.StringUtils;
* @author Vedran Pavic
* @since 1.5.0
*/
@ConfigurationProperties
(
prefix
=
"endpoints.auditevents"
)
public
class
AuditEventsJmxEndpoint
extends
AbstractJmxEndpoint
{
private
static
final
String
DATE_FORMAT
=
"yyyy-MM-dd'T'HH:mm:ssZ"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment