Skip to content

Commit 43119de

Browse files
committed
Polishing
1 parent 09db888 commit 43119de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/util/DefaultPropertiesPersister.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2002-2019 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.
@@ -40,7 +40,7 @@
4040
*
4141
* <p>The persistence code that works with Reader/Writer follows the JDK's parsing
4242
* 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
4444
* to escape unicode characters in your properties files, do <i>not</i> specify
4545
* an encoding for a Reader/Writer (like ReloadableResourceBundleMessageSource's
4646
* "defaultEncoding" and "fileEncodings" properties).

0 commit comments

Comments
 (0)