style: format code with spotless
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m22s
All checks were successful
Build, test and publish the Quarkus libraries / build (push) Successful in 1m22s
This commit is contained in:
parent
e5e100076c
commit
40598dbe87
17 changed files with 88 additions and 155 deletions
|
@ -8,5 +8,4 @@ public interface MessageDigestConfiguration {
|
|||
|
||||
@WithDefault("SHA-256")
|
||||
String defaultAlgorithm();
|
||||
|
||||
}
|
||||
|
|
|
@ -2,7 +2,6 @@ package ch.phoenixtechnologies.quarkus.commons.digest;
|
|||
|
||||
import io.quarkus.arc.DefaultBean;
|
||||
import jakarta.enterprise.context.ApplicationScoped;
|
||||
|
||||
import java.nio.charset.Charset;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.security.MessageDigest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue