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 8C8E1200B45 for ; Fri, 1 Jul 2016 02:02:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8B204160A63; Fri, 1 Jul 2016 00:02:45 +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 D44F0160A52 for ; Fri, 1 Jul 2016 02:02:44 +0200 (CEST) Received: (qmail 25079 invoked by uid 500); 1 Jul 2016 00:02:44 -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 25070 invoked by uid 99); 1 Jul 2016 00:02:44 -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; Fri, 01 Jul 2016 00:02:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E26E0DFF03; Fri, 1 Jul 2016 00:02:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ggregory@apache.org To: commits@commons.apache.org Message-Id: <78d58cf318c14485b8e6ed22b87db5f7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-crypto git commit: Javadoc: Active voice, less wordy. Date: Fri, 1 Jul 2016 00:02:43 +0000 (UTC) archived-at: Fri, 01 Jul 2016 00:02:45 -0000 Repository: commons-crypto Updated Branches: refs/heads/master 154e18afa -> b380b8c87 Javadoc: Active voice, less wordy. Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/b380b8c8 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/b380b8c8 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/b380b8c8 Branch: refs/heads/master Commit: b380b8c8721f19aee3ebcffbeb53121f3178b34d Parents: 154e18a Author: Gary Gregory Authored: Thu Jun 30 17:02:42 2016 -0700 Committer: Gary Gregory Committed: Thu Jun 30 17:02:42 2016 -0700 ---------------------------------------------------------------------- src/main/java/org/apache/commons/crypto/Crypto.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/b380b8c8/src/main/java/org/apache/commons/crypto/Crypto.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/crypto/Crypto.java b/src/main/java/org/apache/commons/crypto/Crypto.java index 1da6d25..d0417c3 100644 --- a/src/main/java/org/apache/commons/crypto/Crypto.java +++ b/src/main/java/org/apache/commons/crypto/Crypto.java @@ -18,12 +18,12 @@ package org.apache.commons.crypto; /** - * The Crypto class provides some diagnostic information about Commons Crypto. + * Provides diagnostic information about Commons Crypto. */ public final class Crypto { /** - * Accessor to the currently active version of Apache Commons Crypto. + * Gets the currently active version of Apache Commons Crypto. * * @return the version */