Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 96153 invoked from network); 11 Aug 2008 17:47:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Aug 2008 17:47:38 -0000 Received: (qmail 37978 invoked by uid 500); 11 Aug 2008 17:47:35 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 37966 invoked by uid 500); 11 Aug 2008 17:47:35 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 37843 invoked by uid 99); 11 Aug 2008 17:47:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 10:47:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 17:46:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3023E234C1AA for ; Mon, 11 Aug 2008 10:46:45 -0700 (PDT) Message-ID: <1947842095.1218476805196.JavaMail.jira@brutus> Date: Mon, 11 Aug 2008 10:46:45 -0700 (PDT) From: "Doug Cutting (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-3742) Clean up javadoc to reflect the public and private interfaces In-Reply-To: <560609072.1215715111615.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated HADOOP-3742: --------------------------------- Priority: Blocker (was: Major) Fix Version/s: 0.19.0 0.18.0 We should not make a release with all this stuff in the javadoc, since the published javadoc determines supported APIs. > Clean up javadoc to reflect the public and private interfaces > ------------------------------------------------------------- > > Key: HADOOP-3742 > URL: https://issues.apache.org/jira/browse/HADOOP-3742 > Project: Hadoop Core > Issue Type: Sub-task > Components: dfs > Reporter: Sanjay Radia > Priority: Blocker > Fix For: 0.18.0, 0.19.0 > > > Currently hdfs appears in public javadoc. It should not since it not a public interface. > - remove hdfs from the ant target javadoc. > - create a new build target call "javadoc-dev" that build the full java doc for developers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.