Skip to content

Commit 98fc890

Browse files
fix javadoc warning
1 parent 6f6fdd5 commit 98fc890

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/cryptomator/siv/SivMode.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ private SivMode(final ThreadLocal<BlockCipher> threadLocalCipher, final CtrCompu
8585
@FunctionalInterface
8686
public interface BlockCipherFactory {
8787
/**
88+
* Creates a new {@link BlockCipher}.
89+
*
8890
* @return New {@link BlockCipher} instance
8991
*/
9092
BlockCipher create();

0 commit comments

Comments
 (0)