Fix checkstyle errors
This commit is contained in:
parent
9ca13911ab
commit
57bfbfb3ad
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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> {
|
||||||
|
|
|
||||||
|
|
@ -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> {
|
||||||
|
|
|
||||||
|
|
@ -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> {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue