Skip to content

Commit

Permalink
Make EncryptionService public
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvisser committed Nov 14, 2023
1 parent 10f8e6b commit 6cbe038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package io.github.rabobank.shadow_tool;

@FunctionalInterface
interface EncryptionService {
public interface EncryptionService {
/**
* Encrypts the given data for logging.
* *Note* The result of this is directly logged and should
Expand Down

0 comments on commit 6cbe038

Please sign in to comment.