Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4A4A69677 for ; Sat, 11 Feb 2012 23:45:31 +0000 (UTC) Received: (qmail 32509 invoked by uid 500); 11 Feb 2012 23:45:30 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 32423 invoked by uid 500); 11 Feb 2012 23:45:29 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 32415 invoked by uid 99); 11 Feb 2012 23:45:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 23:45:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of doug.meil@explorysmedical.com designates 216.32.181.185 as permitted sender) Received: from [216.32.181.185] (HELO ch1outboundpool.messaging.microsoft.com) (216.32.181.185) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Feb 2012 23:45:21 +0000 Received: from mail145-ch1-R.bigfish.com (10.43.68.245) by CH1EHSOBE009.bigfish.com (10.43.70.59) with Microsoft SMTP Server id 14.1.225.23; Sat, 11 Feb 2012 23:45:01 +0000 Received: from mail145-ch1 (localhost [127.0.0.1]) by mail145-ch1-R.bigfish.com (Postfix) with ESMTP id 45A0C4E0091; Sat, 11 Feb 2012 23:45:01 +0000 (UTC) X-SpamScore: -11 X-BigFish: PS-11(zzbb2dI9371I1432N98dKzz1202hzz8275bhz2fh2a8h668h839h944h) X-Forefront-Antispam-Report: CIP:157.56.244.181;KIP:(null);UIP:(null);IPV:NLI;H:CH1PRD0410HT004.namprd04.prod.outlook.com;RD:none;EFVD:NLI Received-SPF: pass (mail145-ch1: domain of explorysmedical.com designates 157.56.244.181 as permitted sender) client-ip=157.56.244.181; envelope-from=doug.meil@explorysmedical.com; helo=CH1PRD0410HT004.namprd04.prod.outlook.com ;.outlook.com ; Received: from mail145-ch1 (localhost.localdomain [127.0.0.1]) by mail145-ch1 (MessageSwitch) id 1329003898884082_31674; Sat, 11 Feb 2012 23:44:58 +0000 (UTC) Received: from CH1EHSMHS005.bigfish.com (snatpool2.int.messaging.microsoft.com [10.43.68.236]) by mail145-ch1.bigfish.com (Postfix) with ESMTP id C91A61C0045; Sat, 11 Feb 2012 23:44:58 +0000 (UTC) Received: from CH1PRD0410HT004.namprd04.prod.outlook.com (157.56.244.181) by CH1EHSMHS005.bigfish.com (10.43.70.5) with Microsoft SMTP Server (TLS) id 14.1.225.23; Sat, 11 Feb 2012 23:44:58 +0000 Received: from CH1PRD0410MB392.namprd04.prod.outlook.com ([169.254.11.82]) by CH1PRD0410HT004.namprd04.prod.outlook.com ([10.255.147.39]) with mapi id 14.16.0117.001; Sat, 11 Feb 2012 23:41:01 +0000 From: Doug Meil To: "dev@hbase.apache.org" , lars hofhansl Subject: Re: How/when is the API Doc on hbase.apache.org generated Thread-Topic: How/when is the API Doc on hbase.apache.org generated Thread-Index: AQHM6RCEAZI/kPegtECzaxpVm3qJLZY4B0IA Date: Sat, 11 Feb 2012 23:41:01 +0000 Message-ID: In-Reply-To: <1329001008.14975.YahooMailNeo@web121704.mail.ne1.yahoo.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.147.4] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: explorysmedical.com I've been updating the book/RefGuide and the website, but Stack has been updating the Javadoc. On 2/11/12 5:56 PM, "lars hofhansl" wrote: >With HBASE-5304 and HBASE-5368 I made some classes public that were >formerly package private. >As of today I do not see them in the Javadoc on hbase.apache.org. > >Is there something I need to trigger? > >-- Lars