Skip to content

Commit 053c375

Browse files
removed commen
1 parent 016aa36 commit 053c375

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/com/bastiaanjansen/otp/TOTPGenerator.java

-6
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ public static TOTPGenerator fromURI(URI uri) throws URISyntaxException {
7777
return builder.build();
7878
}
7979

80-
/**
81-
* Create a TOTPGenerator with default values
82-
*
83-
* @param secret used to generate hash
84-
* @return a TOTPGenerator with default values
85-
*/
8680
public static TOTPGenerator withDefaultValues(final byte[] secret) {
8781
return new TOTPGenerator.Builder(secret).build();
8882
}

0 commit comments

Comments
 (0)