Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-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 DA49518F14 for ; Tue, 29 Dec 2015 06:54:32 +0000 (UTC) Received: (qmail 21643 invoked by uid 500); 29 Dec 2015 06:54:31 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 21496 invoked by uid 500); 29 Dec 2015 06:54:31 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 21405 invoked by uid 99); 29 Dec 2015 06:54:31 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2015 06:54:31 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AAA231A12C6 for ; Tue, 29 Dec 2015 06:54:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id cOArLUyr4vSo for ; Tue, 29 Dec 2015 06:54:29 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 2627E2114F for ; Tue, 29 Dec 2015 06:54:29 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 20D22E0479 for ; Tue, 29 Dec 2015 06:54:28 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 628113A0A9F for ; Tue, 29 Dec 2015 06:55:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1722057 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java Date: Tue, 29 Dec 2015 06:55:23 -0000 To: commits@poi.apache.org From: onealj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151229065523.628113A0A9F@svn01-us-west.apache.org> Author: onealj Date: Tue Dec 29 06:55:22 2015 New Revision: 1722057 URL: http://svn.apache.org/viewvc?rev=1722057&view=rev Log: javadoc fix Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java?rev=1722057&r1=1722056&r2=1722057&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java Tue Dec 29 06:55:22 2015 @@ -343,7 +343,7 @@ public class StylesTable extends POIXMLD * Remove a number format from the style table if it exists. * All cell styles with this number format will be modified to use the default number format. * - * @param fmt the number format to remove + * @param index the number format id to remove * @return true if the number format was removed */ public boolean removeNumberFormat(short index) { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org