Bug 58815 - Javadoc spelling for grouped columns and rows
Summary: Javadoc spelling for grouped columns and rows
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: HSSF (show other bugs)
Version: 3.13-FINAL
Hardware: All All
: P2 trivial (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-07 01:36 UTC by apache
Modified: 2016-01-07 18:04 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description apache 2016-01-07 01:36:32 UTC
In the following methods 'groupped' should be 'grouped'

org.apache.poi.hssf.usermodel.HSSFSheet
  void 	ungroupColumn(int fromColumn, int toColumn)
          Ungroup a range of columns that were previously groupped
 void 	ungroupRow(int fromRow, int toRow)
          Ungroup a range of rows that were previously groupped
  void 	setRowGroupCollapsed(int rowIndex, boolean collapse)
          Set view state of a groupped range of rows
Comment 1 Javen O'Neal 2016-01-07 01:53:36 UTC
Fixed in r1723445.

This bug can be closed when the Javadocs are regenerated.
Comment 2 Nick Burch 2016-01-07 18:04:59 UTC
Javadocs republished, thanks for you help!