Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-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 9C9A510659 for ; Tue, 28 Jan 2014 20:44:50 +0000 (UTC) Received: (qmail 38603 invoked by uid 500); 28 Jan 2014 20:44:42 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 38550 invoked by uid 500); 28 Jan 2014 20:44:42 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 38522 invoked by uid 99); 28 Jan 2014 20:44:41 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jan 2014 20:44:41 +0000 Date: Tue, 28 Jan 2014 20:44:41 +0000 (UTC) From: "Hudson (JIRA)" To: dev@avro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AVRO-1447) File Object Is Unused In Example MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884577#comment-13884577 ] Hudson commented on AVRO-1447: ------------------------------ ABORTED: Integrated in AvroJava #431 (See [https://builds.apache.org/job/AvroJava/431/]) AVRO-1447. Java: Remove dead code from example in documentation. Contributed by Jesse Anderson. (cutting: rev 1562209) * /avro/trunk/CHANGES.txt * /avro/trunk/doc/src/content/xdocs/gettingstartedjava.xml > File Object Is Unused In Example > -------------------------------- > > Key: AVRO-1447 > URL: https://issues.apache.org/jira/browse/AVRO-1447 > Project: Avro > Issue Type: Bug > Components: doc > Affects Versions: 1.7.6 > Reporter: Jesse Anderson > Assignee: Jesse Anderson > Fix For: 1.7.7 > > Attachments: serializetodisk.diff > > > The serializing example creates a File object that isn't used. The File object is created in another line. Also the comment about the number of objects being serialized isn't correct. -- This message was sent by Atlassian JIRA (v6.1.5#6160)