Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4045317B16 for ; Thu, 27 Aug 2015 22:53:40 +0000 (UTC) Received: (qmail 70033 invoked by uid 500); 27 Aug 2015 22:53:40 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 69954 invoked by uid 500); 27 Aug 2015 22:53:40 -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 69945 invoked by uid 99); 27 Aug 2015 22:53:40 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 22:53:40 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E18A3AC009E for ; Thu, 27 Aug 2015 22:53:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1698236 - /commons/proper/bcel/trunk/src/changes/changes.xml Date: Thu, 27 Aug 2015 22:53:39 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150827225339.E18A3AC009E@hades.apache.org> Author: sebb Date: Thu Aug 27 22:53:39 2015 New Revision: 1698236 URL: http://svn.apache.org/r1698236 Log: BCEL-259 Minor doc error in BranchInstruction.java Typo in changes.xml Modified: commons/proper/bcel/trunk/src/changes/changes.xml Modified: commons/proper/bcel/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1698236&r1=1698235&r2=1698236&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/changes/changes.xml (original) +++ commons/proper/bcel/trunk/src/changes/changes.xml Thu Aug 27 22:53:39 2015 @@ -63,7 +63,7 @@ The type attribute can be add,u - Minor doc error in BranchInstruction.java + Minor doc error in BranchInstruction.java ClassDumper example duplicates field attribute types No tests to check the output of dump methods INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL need to define dump() methods