Checkstyle fixes
[clamp.git] / src / main / java / org / onap / clamp / clds / config / spring / CldsConfiguration.java
index cb60894..fdac852 100644 (file)
@@ -55,6 +55,11 @@ public class CldsConfiguration {
         return new EncodedPasswordBasicDataSource();
     }
 
+    /**
+     * This loads the file system.properties.
+     * 
+     * @return
+     */
     @Bean(name = "mapper")
     public PropertiesFactoryBean mapper() {
         PropertiesFactoryBean bean = new PropertiesFactoryBean();