Update copyright year of changed files

This commit is contained in:
Phillip Webb
2020-07-22 18:50:07 -07:00
parent 14c1b0938a
commit 3d7d9d064c
5 changed files with 8 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ public interface ApplicationContextFactory {
* A default {@link ApplicationContextFactory} implementation that will create an
* appropriate context for the {@link WebApplicationType}.
*/
static ApplicationContextFactory DEFAULT = (webApplicationType) -> {
ApplicationContextFactory DEFAULT = (webApplicationType) -> {
try {
switch (webApplicationType) {
case SERVLET: