You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2016/06/17 16:34:43 UTC

[08/21] wicket git commit: WICKET-6154 Performance bottleneck when using KeyInSessionSunJceCryptFactory

WICKET-6154 Performance bottleneck when using KeyInSessionSunJceCryptFactory

Fix typo in javadoc


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

Branch: refs/heads/WICKET-6183
Commit: 366beff70bd44cd9d6ea599f75f8caa3585a7b88
Parents: ebcb88d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun May 22 10:51:25 2016 +0200
Committer: Andrea Del Bene <ad...@apache.org>
Committed: Fri May 27 13:12:16 2016 +0200

----------------------------------------------------------------------
 .../test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/366beff7/wicket-util/src/test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java
----------------------------------------------------------------------
diff --git a/wicket-util/src/test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java b/wicket-util/src/test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java
index fec7194..bd1ffa1 100644
--- a/wicket-util/src/test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java
+++ b/wicket-util/src/test/java/org/apache/wicket/util/crypt/SunJceCryptTest.java
@@ -63,10 +63,10 @@ public class SunJceCryptTest extends Assert
 	}
 
 	/**
-	 * Checks whether Oracle Unlimited Strenght Jurisdiction Policy is installed
+	 * Checks whether Oracle Unlimited Strength Jurisdiction Policy is installed
 	 * Based on http://stackoverflow.com/a/8607735
 	 *
-	 * @return {@code true} if Unlimited Strenght Jurisdiction Policy is installed
+	 * @return {@code true} if Unlimited Strength Jurisdiction Policy is installed
 	 * @throws NoSuchAlgorithmException
 	 */
 	static boolean isUnlimitedStrengthJurisdictionPolicyInstalled() throws NoSuchAlgorithmException