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 956EA200CC0 for ; Sun, 9 Jul 2017 22:40:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 921FC160ED2; Sun, 9 Jul 2017 20:40:18 +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 0C8D3160BFD for ; Sun, 9 Jul 2017 22:40:17 +0200 (CEST) Received: (qmail 26291 invoked by uid 500); 9 Jul 2017 20:40:17 -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 26282 invoked by uid 99); 9 Jul 2017 20:40:17 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Jul 2017 20:40:17 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A11AC3A15E3 for ; Sun, 9 Jul 2017 20:40:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1801391 - /commons/proper/email/trunk/src/main/java/org/apache/commons/mail/EmailUtils.java Date: Sun, 09 Jul 2017 20:40:16 -0000 To: commits@commons.apache.org From: ggregory@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170709204016.A11AC3A15E3@svn01-us-west.apache.org> archived-at: Sun, 09 Jul 2017 20:40:18 -0000 Author: ggregory Date: Sun Jul 9 20:40:16 2017 New Revision: 1801391 URL: http://svn.apache.org/viewvc?rev=1801391&view=rev Log: Fix Javadoc. Modified: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/EmailUtils.java Modified: commons/proper/email/trunk/src/main/java/org/apache/commons/mail/EmailUtils.java URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/main/java/org/apache/commons/mail/EmailUtils.java?rev=1801391&r1=1801390&r2=1801391&view=diff ============================================================================== --- commons/proper/email/trunk/src/main/java/org/apache/commons/mail/EmailUtils.java (original) +++ commons/proper/email/trunk/src/main/java/org/apache/commons/mail/EmailUtils.java Sun Jul 9 20:40:16 2017 @@ -272,7 +272,7 @@ final class EmailUtils /** * Replaces end-of-line characters with spaces. * - * @param input the input string to be URL scanned. + * @param input the input string to be scanned. * @return a clean string */ static String replaceEndOfLineCharactersWithSpaces(final String input) {