Skip to content

Commit

Permalink
fix javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Oct 5, 2023
1 parent 6f6fdd5 commit 98fc890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/cryptomator/siv/SivMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ private SivMode(final ThreadLocal<BlockCipher> threadLocalCipher, final CtrCompu
@FunctionalInterface
public interface BlockCipherFactory {
/**
* Creates a new {@link BlockCipher}.
*
* @return New {@link BlockCipher} instance
*/
BlockCipher create();
Expand Down

0 comments on commit 98fc890

Please sign in to comment.