Skip to content

Commit bd08c02

Browse files
Remove extra line
1 parent 0b8b623 commit bd08c02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/commons/src/main/java/org/apache/synapse/commons/property/PropertyHolder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ private void ensureMapInitialized() {
4747
}
4848
}
4949

50-
5150
public String getPropertyValue(String key) {
5251
ensureMapInitialized();
5352
return this.properties.get(key);

0 commit comments

Comments
 (0)