mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Fixes formatting
Signed-off-by: pmarkiewka <philipp.markiewka@cloudogu.com>
This commit is contained in:
parent
e76c389310
commit
fd94fdf6b2
1 changed files with 3 additions and 3 deletions
|
@ -44,10 +44,10 @@ public class PetClinicApplication {
|
|||
// property with `ReloadableResourceBundleMessageSource` where the `file:`
|
||||
// notation is supported
|
||||
@Bean
|
||||
public MessageSource messageSource()
|
||||
{
|
||||
public MessageSource messageSource() {
|
||||
ReloadableResourceBundleMessageSource messageSource = new ReloadableResourceBundleMessageSource();
|
||||
messageSource.setBasenames( messagesBasename );
|
||||
messageSource.setBasenames(messagesBasename);
|
||||
return messageSource;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue