mirror of
https://github.com/apache/poi.git
synced 2025-03-08 18:29:57 +00:00
delete commented out code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1817976 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54b0cf8f93
commit
f79e00625a
@ -373,7 +373,6 @@ public final class TestUnfixedBugs {
|
||||
long maxSeenRowNum = 0; //1-based
|
||||
for (final CTRow ctRow : wb.getSheetAt(0).getCTWorksheet().getSheetData().getRowArray()) {
|
||||
final long rowNum = ctRow.getR(); //1-based
|
||||
//final int rowNum = Integer.parseInt(ctRow.getR()); //1-based
|
||||
assertTrue("Row " + rowNum + " (1-based) is not in ascending order; previously saw " + maxSeenRowNum,
|
||||
rowNum > maxSeenRowNum);
|
||||
maxSeenRowNum = rowNum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user