Skip to content

Commit b9cfa86

Browse files
committed
Clear method in GXproperties data type was not working
Issue: 109146
1 parent ccbb92c commit b9cfa86

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
@@ -75,6 +75,7 @@ public int count() {
7575

7676
public void clear() {
7777
properties.clear();
78+
originalProperties.clear();
7879
}
7980

8081
public GXProperty first() {

0 commit comments

Comments
 (0)