diff --git a/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/annotation/MatrixVariableParameterProcessor.java b/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/annotation/MatrixVariableParameterProcessor.java index 772c57d9..fe7ee6fd 100644 --- a/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/annotation/MatrixVariableParameterProcessor.java +++ b/spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/annotation/MatrixVariableParameterProcessor.java @@ -32,8 +32,8 @@ import static feign.Util.emptyToNull; /** * {@link MatrixVariable} annotation processor. * - * Can expand maps or single objects. Values are assigned from the objects {@code toString()} - * method. + * Can expand maps or single objects. Values are assigned from the objects + * {@code toString()} method. * * @author Matt King * @see AnnotatedParameterProcessor