mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
remove strat line in last commit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923153 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce19c3e761
commit
61f9b79647
@ -277,7 +277,6 @@ public final class TestSXSSFSheet extends BaseTestXSheet {
|
||||
workbook1.write(bos);
|
||||
}
|
||||
width1 = sheet.getColumnWidth(0);
|
||||
sheet.setColumnWidth(0, sheet.getColumnWidth(0) + 100);
|
||||
}
|
||||
|
||||
assertEquals(width0 + extra, width1);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user