You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2016/04/28 01:15:19 UTC

nifi git commit: Fixed typo in ScryptCipherProviderGroovyTest Javadoc.

Repository: nifi
Updated Branches:
  refs/heads/master 11cff0dd3 -> a4409d366


Fixed typo in ScryptCipherProviderGroovyTest Javadoc.

This closes #380.


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a4409d36
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/a4409d36
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/a4409d36

Branch: refs/heads/master
Commit: a4409d366c6b1a40525cf68457da31a0cc51825d
Parents: 11cff0d
Author: Andy LoPresto <al...@apache.org>
Authored: Mon Apr 25 18:32:45 2016 -0700
Committer: Andy LoPresto <al...@apache.org>
Committed: Wed Apr 27 16:05:16 2016 -0700

----------------------------------------------------------------------
 .../standard/util/crypto/ScryptCipherProviderGroovyTest.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/a4409d36/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/groovy/org/apache/nifi/processors/standard/util/crypto/ScryptCipherProviderGroovyTest.groovy
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/groovy/org/apache/nifi/processors/standard/util/crypto/ScryptCipherProviderGroovyTest.groovy b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/groovy/org/apache/nifi/processors/standard/util/crypto/ScryptCipherProviderGroovyTest.groovy
index b266d35..08380e5 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/groovy/org/apache/nifi/processors/standard/util/crypto/ScryptCipherProviderGroovyTest.groovy
+++ b/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/groovy/org/apache/nifi/processors/standard/util/crypto/ScryptCipherProviderGroovyTest.groovy
@@ -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()