Ensure all files end with a newline

Update all files to ensure that they always end with a new line.

Issue: SPR-16968
This commit is contained in:
Phillip Webb
2018-06-13 11:15:42 -07:00
committed by Juergen Hoeller
parent e0480f75ac
commit c3a17dfd47
106 changed files with 121 additions and 121 deletions

View File

@@ -296,4 +296,4 @@ public class SendToMethodReturnValueHandler implements HandlerMethodReturnValueH
return placeholderHelper.replacePlaceholders(destination, this.placeholderResolver);
}
}
}
}