We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbb92c commit b9cfa86Copy full SHA for b9cfa86
common/src/main/java/com/genexus/util/GXProperties.java
@@ -75,6 +75,7 @@ public int count() {
75
76
public void clear() {
77
properties.clear();
78
+ originalProperties.clear();
79
}
80
81
public GXProperty first() {
0 commit comments