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 35C7B200CA3 for ; Wed, 17 May 2017 19:08:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3464D160BBA; Wed, 17 May 2017 17:08:09 +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 7DD3E160BCB for ; Wed, 17 May 2017 19:08:08 +0200 (CEST) Received: (qmail 93557 invoked by uid 500); 17 May 2017 17:08:07 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 93194 invoked by uid 99); 17 May 2017 17:08:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 May 2017 17:08:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E682AC18D3 for ; Wed, 17 May 2017 17:08:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.979 X-Spam-Level: X-Spam-Status: No, score=0.979 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id khi2LtjmbImO for ; Wed, 17 May 2017 17:08:04 +0000 (UTC) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2A3815FC52 for ; Wed, 17 May 2017 17:08:04 +0000 (UTC) Received: from fwd15.aul.t-online.de (fwd15.aul.t-online.de [172.20.27.63]) by mailout05.t-online.de (Postfix) with SMTP id E3B3D4255910 for ; Wed, 17 May 2017 19:07:57 +0200 (CEST) Received: from [192.168.2.105] (VmHgUmZpYhe2Jvx-qMIpLD3t25eWNvDchsINP-UGTiAQFiF2ZNJXQ0K6Om6KySLwKq@[217.231.128.50]) by fwd15.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1dB2QU-191I9Y0; Wed, 17 May 2017 19:07:54 +0200 Subject: Re: javadoc typo To: users@pdfbox.apache.org References: From: Tilman Hausherr Message-ID: <1ea4fe41-2f5d-3177-393d-e77b024af16a@t-online.de> Date: Wed, 17 May 2017 19:08:27 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-ID: VmHgUmZpYhe2Jvx-qMIpLD3t25eWNvDchsINP-UGTiAQFiF2ZNJXQ0K6Om6KySLwKq X-TOI-MSGID: 519b4303-9ece-4a40-9418-6feb90369c74 archived-at: Wed, 17 May 2017 17:08:09 -0000 Thanks, I've fixed it, hopefully. https://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/form/PDButton.java?view=markup Tilman Am 17.05.2017 um 19:00 schrieb Gary Grosso: > Sorry if this is the wrong audience, but I just noticed a "copyitis" glitch in the Javadoc, and hoping someone can forward to the right quarters. > > (Method isRadioButton says it is true if type of button field is a push button.) > > Method Detail > > * isPushButton > public boolean isPushButton() > Determines if push button bit is set. > Returns: > true if type of button field is a push button. > > * setPushButton > public void setPushButton(boolean pushbutton) > Set the push button bit. > Parameters: > pushbutton - if true the button field is treated as a push button field. > > * isRadioButton > public boolean isRadioButton() > Determines if radio button bit is set. > Returns: > true if type of button field is a push button. > > * setRadioButton > public void setRadioButton(boolean radiobutton) > Set the radio button bit. > Parameters: > radiobutton - if true the button field is treated as a radio button field. > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org For additional commands, e-mail: users-help@pdfbox.apache.org