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 86742200CC5 for ; Tue, 11 Jul 2017 19:22:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 84FAC1668A8; Tue, 11 Jul 2017 17:22:02 +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 CD9E216689D for ; Tue, 11 Jul 2017 19:22:01 +0200 (CEST) Received: (qmail 83087 invoked by uid 500); 11 Jul 2017 17:21:53 -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 81031 invoked by uid 99); 11 Jul 2017 17:21:52 -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; Tue, 11 Jul 2017 17:21:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ED183F31FB; Tue, 11 Jul 2017 17:21:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: chtompki@apache.org To: commits@commons.apache.org Date: Tue, 11 Jul 2017 17:22:19 -0000 Message-Id: <30b25040df504d8bb0d0bf1936aa7c3f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [29/50] [abbrv] commons-collections git commit: Javadoc nit. archived-at: Tue, 11 Jul 2017 17:22:02 -0000 Javadoc nit. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1744809 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/5187b217 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/5187b217 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/5187b217 Branch: refs/heads/master Commit: 5187b217882875dcd593538eee5e985b3b9a7ffd Parents: 930015a Author: Gary D. Gregory Authored: Fri May 20 22:40:13 2016 +0000 Committer: Gary D. Gregory Committed: Fri May 20 22:40:13 2016 +0000 ---------------------------------------------------------------------- src/main/java/org/apache/commons/collections4/CollectionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/5187b217/src/main/java/org/apache/commons/collections4/CollectionUtils.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/collections4/CollectionUtils.java b/src/main/java/org/apache/commons/collections4/CollectionUtils.java index c53b4c3..9a9bfdc 100644 --- a/src/main/java/org/apache/commons/collections4/CollectionUtils.java +++ b/src/main/java/org/apache/commons/collections4/CollectionUtils.java @@ -1313,7 +1313,7 @@ public class CollectionUtils { * * @param object the object to get the size of, may be null * @return the size of the specified collection or 0 if the object was null - * @throws IllegalArgumentException thrown if object is not recognised + * @throws IllegalArgumentException thrown if object is not recognized * @since 3.1 */ public static int size(final Object object) {