This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-cipher.
commit 0d6034981a91449877b4e8308241596af3e2ae57 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 24 01:28:02 2017 +0200 Revert the changes to PBECipherTest.java on the master branch (mistake in commit 71fd5d9) --- src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java b/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java index e3868c9..90f0059 100644 --- a/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java +++ b/src/test/java/org/sonatype/plexus/components/cipher/PBECipherTest.java @@ -55,8 +55,6 @@ public class PBECipherTest System.out.println( enc ); - Thread.sleep (10); - String enc2 = _cipher.encrypt64( _cleatText, _password ); assertNotNull( enc2 ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-cipher.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

