Skip to content

Commit

Permalink
Remove functional interface annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth-lingala committed Oct 19, 2021
1 parent ec78cea commit de9bb5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/lingala/zip4j/util/PasswordCallback.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.lingala.zip4j.util;

@FunctionalInterface
public interface PasswordCallback {

char[] getPassword();
Expand Down

0 comments on commit de9bb5f

Please sign in to comment.