mirror of https://github.com/apache/nifi.git
Fixed typo in ScryptCipherProviderGroovyTest Javadoc.
This closes #380.
This commit is contained in:
parent
11cff0dd39
commit
a4409d366c
|
@ -530,7 +530,7 @@ public class ScryptCipherProviderGroovyTest {
|
|||
// Arrange
|
||||
ScryptCipherProvider testCipherProvider = new ScryptCipherProvider()
|
||||
|
||||
/** See this Stack Overflow answer for a good visualization of the interplay between N, r, p {@link http://stackoverflow.com/a/30308723} */
|
||||
/** See this Stack Overflow answer for a good visualization of the interplay between N, r, p <a href="http://stackoverflow.com/a/30308723" rel="noopener">http://stackoverflow.com/a/30308723</a> */
|
||||
|
||||
// Act
|
||||
int n = testCipherProvider.getN()
|
||||
|
|
Loading…
Reference in New Issue