Skip to content

Commit

Permalink
Remove redundant interface
Browse files Browse the repository at this point in the history
  • Loading branch information
runeflobakk committed Oct 11, 2023
1 parent 064b638 commit cf85b05
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public String toString() {
}


enum Certificates implements ProvidesCertificateResourcePaths {
enum Certificates {

TEST(
"test/Buypass_Class_3_Test4_CA_3.cer",
Expand Down Expand Up @@ -125,10 +125,5 @@ enum Certificates implements ProvidesCertificateResourcePaths {
.collect(toList());
}

@Override
public List<String> certificatePaths() {
return certificatePaths();
}

}

0 comments on commit cf85b05

Please sign in to comment.