Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5C330200B29 for ; Thu, 30 Jun 2016 21:15:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5AC49160A52; Thu, 30 Jun 2016 19:15:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A213B160A06 for ; Thu, 30 Jun 2016 21:15:07 +0200 (CEST) Received: (qmail 95269 invoked by uid 500); 30 Jun 2016 19:15:06 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 95260 invoked by uid 99); 30 Jun 2016 19:15:06 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2016 19:15:06 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7F3A8DFF03; Thu, 30 Jun 2016 19:15:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebb@apache.org To: commits@commons.apache.org Message-Id: <31c3cc6bcf45420fa2bdfe796e4e4898@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-crypto git commit: Javadoc fix Date: Thu, 30 Jun 2016 19:15:06 +0000 (UTC) archived-at: Thu, 30 Jun 2016 19:15:08 -0000 Repository: commons-crypto Updated Branches: refs/heads/master cc3a0651d -> 925d5cac8 Javadoc fix Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/925d5cac Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/925d5cac Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/925d5cac Branch: refs/heads/master Commit: 925d5cac8e95cfe4bbaa360082b893f860ec3efc Parents: cc3a065 Author: Sebb Authored: Thu Jun 30 20:15:03 2016 +0100 Committer: Sebb Committed: Thu Jun 30 20:15:03 2016 +0100 ---------------------------------------------------------------------- src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/925d5cac/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java index 6cd83b5..f3bdbcd 100644 --- a/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java +++ b/src/main/java/org/apache/commons/crypto/cipher/CryptoCipher.java @@ -30,9 +30,6 @@ import javax.crypto.ShortBufferException; /** * The interface of cryptographic cipher for encryption and decryption. * - *

Note that this implementation is not synchronized. - * Multiple threads must not access a crypto cipher instance concurrently. - * Use one crypto cipher instance per thread to circumvent this. *

* Note that implementations must provide a constructor that has 2 parameters: *