Skip to content

Commit

Permalink
fix FakeTokenDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
pomali committed Jul 6, 2023
1 parent c419f91 commit 5fa9c17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import eu.europa.esig.dss.token.Pkcs12SignatureToken;

public class FakeTokenDriver extends TokenDriver {
public FakeTokenDriver(String name, Path path, boolean needsPassword) {
super(name, path, needsPassword);
public FakeTokenDriver(String name, Path path, boolean needsPassword, String shortname) {
super(name, path, needsPassword, shortname);
}


Expand Down

0 comments on commit 5fa9c17

Please sign in to comment.