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
57bfbfb3
Commit
57bfbfb3
authored
May 04, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix checkstyle errors
parent
9ca13911
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
MetricsWebFilterTests.java
...te/metrics/web/reactive/server/MetricsWebFilterTests.java
+1
-1
PropertyMapper.java
...ringframework/boot/context/properties/PropertyMapper.java
+1
-1
AggregateBinder.java
...amework/boot/context/properties/bind/AggregateBinder.java
+1
-1
LambdaSafe.java
...c/main/java/org/springframework/boot/util/LambdaSafe.java
+1
-1
No files found.
spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/metrics/web/reactive/server/MetricsWebFilterTests.java
View file @
57bfbfb3
...
@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
...
@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
/**
* Tests for {@link MetricsWebFilter}
* Tests for {@link MetricsWebFilter}
*
*
* @author Brian Clozel
* @author Brian Clozel
*/
*/
public
class
MetricsWebFilterTests
{
public
class
MetricsWebFilterTests
{
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/PropertyMapper.java
View file @
57bfbfb3
...
@@ -167,7 +167,7 @@ public final class PropertyMapper {
...
@@ -167,7 +167,7 @@ public final class PropertyMapper {
/**
/**
* A source that is in the process of being mapped.
* A source that is in the process of being mapped.
*
*
* @param <T> the source type
* @param <T> the source type
*/
*/
public
static
final
class
Source
<
T
>
{
public
static
final
class
Source
<
T
>
{
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/properties/bind/AggregateBinder.java
View file @
57bfbfb3
...
@@ -91,7 +91,7 @@ abstract class AggregateBinder<T> {
...
@@ -91,7 +91,7 @@ abstract class AggregateBinder<T> {
/**
/**
* Internal class used to supply the aggregate and cache the value.
* Internal class used to supply the aggregate and cache the value.
*
*
* @param <T> The aggregate type
* @param <T> The aggregate type
*/
*/
protected
static
class
AggregateSupplier
<
T
>
{
protected
static
class
AggregateSupplier
<
T
>
{
...
...
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/util/LambdaSafe.java
View file @
57bfbfb3
...
@@ -367,7 +367,7 @@ public final class LambdaSafe {
...
@@ -367,7 +367,7 @@ public final class LambdaSafe {
* The result of a callback which may be a value, {@code null} or absent entirely if
* The result of a callback which may be a value, {@code null} or absent entirely if
* the callback wasn't suitable. Similar in design to {@link Optional} but allows for
* the callback wasn't suitable. Similar in design to {@link Optional} but allows for
* {@code null} as a valid value.
* {@code null} as a valid value.
*
*
* @param <R> The result type
* @param <R> The result type
*/
*/
public
static
final
class
InvocationResult
<
R
>
{
public
static
final
class
InvocationResult
<
R
>
{
...
...
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