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}
|
||||
*
|
||||
*
|
||||
* @author Brian Clozel
|
||||
*/
|
||||
public class MetricsWebFilterTests {
|
||||
|
|
|
|||
|
|
@ -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> {
|
||||
|
|
|
|||
|
|
@ -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> {
|
||||
|
|
|
|||
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue