You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2021/02/10 17:22:10 UTC

[wicket] branch WICKET-6864-crypt-enhancement updated: WICKET-6864 fixed whitespace

This is an automated email from the ASF dual-hosted git repository.

svenmeier pushed a commit to branch WICKET-6864-crypt-enhancement
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/WICKET-6864-crypt-enhancement by this push:
     new 0f1bf60  WICKET-6864 fixed whitespace
0f1bf60 is described below

commit 0f1bf6091817087b610190d65ab005c21de77747
Author: Sven Meier <sv...@apache.org>
AuthorDate: Wed Feb 10 18:21:59 2021 +0100

    WICKET-6864 fixed whitespace
---
 wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java b/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java
index 652e024..09dce34 100644
--- a/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java
+++ b/wicket-util/src/main/java/org/apache/wicket/util/crypt/SunJceCrypt.java
@@ -178,7 +178,6 @@ public class SunJceCrypt extends AbstractCrypt
 		KeySpec spec = createKeySpec();
 		return keyFactory.generateSecret(spec);
 	}
-
 	
 	/**
 	 * @return the parameter spec to be used for the configured crypt method