Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public class EgovConfigAppProperties {
private String posblAtchFileSize; private String posblAtchFileSize;
@Bean(destroyMethod = "destroy") @Bean(name = "propertiesService", destroyMethod = "destroy")
public EgovPropertyServiceImpl propertiesService() { public EgovPropertyServiceImpl propertiesService() {
EgovPropertyServiceImpl egovPropertyServiceImpl = new EgovPropertyServiceImpl(); EgovPropertyServiceImpl egovPropertyServiceImpl = new EgovPropertyServiceImpl();