Skip to content

Commit

Permalink
Clear method in GXproperties data type was not working
Browse files Browse the repository at this point in the history
Issue: 109146
  • Loading branch information
iroqueta committed Jun 21, 2024
1 parent 563f717 commit 963bb90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/main/java/com/genexus/util/GXProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public int count() {

public void clear() {
properties.clear();
originalProperties.clear();
}

public GXProperty first() {
Expand Down

0 comments on commit 963bb90

Please sign in to comment.