mirror of https://github.com/apache/poi.git
remove an unnecessary row
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1749300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd545438b9
commit
5ad7ad2122
|
@ -373,7 +373,7 @@ public final class TestXSSFSheetShiftRows extends BaseTestSheetShiftRows {
|
||||||
public void bug59733() throws IOException {
|
public void bug59733() throws IOException {
|
||||||
Workbook workbook = new XSSFWorkbook();
|
Workbook workbook = new XSSFWorkbook();
|
||||||
Sheet sheet = workbook.createSheet();
|
Sheet sheet = workbook.createSheet();
|
||||||
for (int r=0; r<=4; r++) {
|
for (int r=0; r<=3; r++) {
|
||||||
sheet.createRow(r);
|
sheet.createRow(r);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue