File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/util Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2019 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
40
40
*
41
41
* <p>The persistence code that works with Reader/Writer follows the JDK's parsing
42
42
* strategy but does not implement Unicode conversion, because the Reader/Writer
43
- * should already apply proper decoding/encoding of characters. If you use prefer
43
+ * should already apply proper decoding/encoding of characters. If you prefer
44
44
* to escape unicode characters in your properties files, do <i>not</i> specify
45
45
* an encoding for a Reader/Writer (like ReloadableResourceBundleMessageSource's
46
46
* "defaultEncoding" and "fileEncodings" properties).
You can’t perform that action at this time.
0 commit comments