Commit 57bfbfb3 authored by Phillip Webb's avatar Phillip Webb

Fix checkstyle errors

parent 9ca13911
...@@ -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 {
......
...@@ -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> {
......
...@@ -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> {
......
...@@ -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> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment