Skip to content

Commit ec51162

Browse files
committed
Clear method in GXproperties data type was not working (#877)
Issue: 109146 (cherry picked from commit 87b8d85)
1 parent bc8976f commit ec51162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/com/genexus/util/GXProperties.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public int count() {
7272

7373
public void clear() {
7474
properties.clear();
75+
originalProperties.clear();
7576
}
7677

7778
public GXProperty first() {

0 commit comments

Comments
 (0)