Skip to content

Commit 6a9450e

Browse files
committed
Polish
1 parent 70e0a27 commit 6a9450e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/template/AbstractViewResolverProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2019 the original author or authors.
2+
* Copyright 2012-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -60,7 +60,7 @@ public abstract class AbstractViewResolverProperties {
6060
private Charset charset = DEFAULT_CHARSET;
6161

6262
/**
63-
* The view names that can be resolved.
63+
* View names that can be resolved.
6464
*/
6565
private String[] viewNames;
6666

0 commit comments

Comments
 (0)