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 53D3A200C76 for ; Sat, 13 May 2017 16:41:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 526E9160BD0; Sat, 13 May 2017 14:41:06 +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 97F28160BBB for ; Sat, 13 May 2017 16:41:05 +0200 (CEST) Received: (qmail 21768 invoked by uid 500); 13 May 2017 14:41:04 -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 21596 invoked by uid 99); 13 May 2017 14:41:04 -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; Sat, 13 May 2017 14:41:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7B3A4E0061; Sat, 13 May 2017 14:41:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: raydecampo@apache.org To: commits@commons.apache.org Date: Sat, 13 May 2017 14:41:05 -0000 Message-Id: In-Reply-To: <851235defc9240d29c28baad67035b39@git.apache.org> References: <851235defc9240d29c28baad67035b39@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/15] [math] Fix javadoc issues archived-at: Sat, 13 May 2017 14:41:06 -0000 Fix javadoc issues Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/e94dbfd3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/e94dbfd3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/e94dbfd3 Branch: refs/heads/master Commit: e94dbfd332a20fedd521dec9fd5a218c93ac71b0 Parents: 5976c9e Author: Ray DeCampo Authored: Sat May 13 09:15:35 2017 -0400 Committer: Ray DeCampo Committed: Sat May 13 09:15:35 2017 -0400 ---------------------------------------------------------------------- .../org/apache/commons/math4/geometry/enclosing/WelzlEncloser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/e94dbfd3/src/main/java/org/apache/commons/math4/geometry/enclosing/WelzlEncloser.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/geometry/enclosing/WelzlEncloser.java b/src/main/java/org/apache/commons/math4/geometry/enclosing/WelzlEncloser.java index b76ff6a..924fa83 100644 --- a/src/main/java/org/apache/commons/math4/geometry/enclosing/WelzlEncloser.java +++ b/src/main/java/org/apache/commons/math4/geometry/enclosing/WelzlEncloser.java @@ -32,7 +32,7 @@ import org.apache.commons.math4.geometry.Space; * href="http://www.inf.ethz.ch/personal/gaertner/texts/own_work/esa99_final.pdf">Fast and * Robust Smallest Enclosing Balls, by Bernd Gärtner and further modified in * paper + * href="http://www.idt.mdh.se/kurser/ct3340/ht12/MINICONFERENCE/FinalPapers/ircse12_submission_30.pdf"> * Efficient Computation of Smallest Enclosing Balls in Three Dimensions by Linus Källberg * to avoid performing local copies of data have been included. *