Use UTF-8 for Java sources and XML

This commit is contained in:
Lars Grefer
2019-08-13 22:20:21 +02:00
committed by Rob Winch
parent 1048601f3d
commit cb4f3d2f44
10 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
* @author Rob Winch
* @author Tim Ysewyn
* @author Joe Grandja
* @author Edd<EFBFBD> Mel<EFBFBD>ndez
* @author Eddú Meléndez
* @author Vedran Pavic
* @author Eleftheria Stein
*/

View File

@@ -64,7 +64,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
* Tests for {@link RememberMeConfigurer}
*
* @author Rob Winch
* @author Edd<EFBFBD> Mel<EFBFBD>ndez
* @author Eddú Meléndez
* @author Eleftheria Stein
*/
public class RememberMeConfigurerTests {