bug 60742: remove commented out debugging code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783470 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
feee2b88c8
commit
9783654301
@ -83,13 +83,6 @@ public class TestXSSFCloneSheet extends BaseTestCloneSheet {
|
|||||||
assertNotNull(wbBack);
|
assertNotNull(wbBack);
|
||||||
wbBack.close();
|
wbBack.close();
|
||||||
|
|
||||||
/*OutputStream str = new FileOutputStream("/tmp/60512.xlsx");
|
|
||||||
try {
|
|
||||||
wb.write(ostream);
|
|
||||||
} finally {
|
|
||||||
str.close();
|
|
||||||
}*/
|
|
||||||
|
|
||||||
wb.close();
|
wb.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user