mirror of https://github.com/apache/poi.git
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
1e1326e6eb
commit
bf5252479c
|
@ -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