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 D82AC200B90 for ; Sun, 25 Sep 2016 21:01:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CBC83160AE3; Sun, 25 Sep 2016 19:01:49 +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 13B2A160ABE for ; Sun, 25 Sep 2016 21:01:48 +0200 (CEST) Received: (qmail 60938 invoked by uid 500); 25 Sep 2016 19:01:48 -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 60919 invoked by uid 99); 25 Sep 2016 19:01:48 -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; Sun, 25 Sep 2016 19:01:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D0A27DF97C; Sun, 25 Sep 2016 19:01:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pascalschumacher@apache.org To: commits@commons.apache.org Date: Sun, 25 Sep 2016 19:01:49 -0000 Message-Id: <0c6cee64b9e04628ad14d5342f53718e@git.apache.org> In-Reply-To: <2e3e03178f414d63a96dae77d945a227@git.apache.org> References: <2e3e03178f414d63a96dae77d945a227@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] [lang] CharEncoding#isSupported fix dead link in javadoc archived-at: Sun, 25 Sep 2016 19:01:50 -0000 CharEncoding#isSupported fix dead link in javadoc Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/b10d58ec Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/b10d58ec Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/b10d58ec Branch: refs/heads/master Commit: b10d58ece8657de1b132cbe2c766bc25f1fd2986 Parents: c6a410a Author: pascalschumacher Authored: Sun Sep 25 20:40:44 2016 +0200 Committer: pascalschumacher Committed: Sun Sep 25 21:00:46 2016 +0200 ---------------------------------------------------------------------- src/main/java/org/apache/commons/lang3/CharEncoding.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/b10d58ec/src/main/java/org/apache/commons/lang3/CharEncoding.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/lang3/CharEncoding.java b/src/main/java/org/apache/commons/lang3/CharEncoding.java index ea68284..e749d02 100644 --- a/src/main/java/org/apache/commons/lang3/CharEncoding.java +++ b/src/main/java/org/apache/commons/lang3/CharEncoding.java @@ -84,7 +84,7 @@ public class CharEncoding { *

Returns whether the named charset is supported.

* *

This is similar to + * href="http://docs.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html#isSupported%28java.lang.String%29"> * java.nio.charset.Charset.isSupported(String) but handles more formats

* * @param name the name of the requested charset; may be either a canonical name or an alias, null returns false