No effective change - code cleanup - remove unnecessary colon

This commit is contained in:
Robin Bygrave
2015-07-31 19:43:12 +12:00
parent cca7a505a3
commit 58088b2090
@@ -507,7 +507,7 @@ public class DataSourceConfig {
String customProperties = properties.get("customProperties", null);
if (customProperties != null && customProperties.length() > 0) {
this.customProperties = StringHelper.delimitedToMap(customProperties, ";", "=");;
this.customProperties = StringHelper.delimitedToMap(customProperties, ";", "=");
}
}