You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new ZipFile("filename.zip").addFolder(new File("/user/myuser/folder_to_add"), new ZipParameters, excludeFileFilter);
~~~~
Clearly, ..., new ZipParameters, ...); is not proper Java syntax with constructor called without brackets (unless I am missing some new Java features...)
zip4j/README.md
Lines 97 to 104 in bc8e344
Clearly,
..., new ZipParameters, ...);
is not proper Java syntax with constructor called without brackets (unless I am missing some new Java features...)I guess it should be:?
The text was updated successfully, but these errors were encountered: