Skip to content

Commit 6b786bd

Browse files
Fix clear method
1 parent f418609 commit 6b786bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gxcompress/src/main/java/com/genexus/compression/Compression.java

+2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ public Boolean save() {
3636
public void clear() {
3737
destinationPath = "";
3838
filesToCompress = new ArrayList<>();
39+
messages = null;
40+
compressionConfiguration = new CompressionConfiguration();
3941
}
4042
}

0 commit comments

Comments
 (0)