Fix checkstyle errors

This commit is contained in:
Phillip Webb 2018-05-04 15:58:59 -07:00
parent 9ca13911ab
commit 57bfbfb3ad
4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link MetricsWebFilter}
*
*
* @author Brian Clozel
*/
public class MetricsWebFilterTests {

View File

@ -167,7 +167,7 @@ public final class PropertyMapper {
/**
* A source that is in the process of being mapped.
*
*
* @param <T> the source type
*/
public static final class Source<T> {

View File

@ -91,7 +91,7 @@ abstract class AggregateBinder<T> {
/**
* Internal class used to supply the aggregate and cache the value.
*
*
* @param <T> The aggregate type
*/
protected static class AggregateSupplier<T> {

View File

@ -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 callback wasn't suitable. Similar in design to {@link Optional} but allows for
* {@code null} as a valid value.
*
*
* @param <R> The result type
*/
public static final class InvocationResult<R> {