Skip to content

Commit 30f99d3

Browse files
committed
Revert "Clear method in GXproperties data type was not working (#877)"
This reverts commit ec51162.
1 parent ec51162 commit 30f99d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

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

7373
public void clear() {
7474
properties.clear();
75-
originalProperties.clear();
7675
}
7776

7877
public GXProperty first() {

0 commit comments

Comments
 (0)