mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
a bit more debug logging
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1405759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
989ccd7c27
commit
0b09ea8b0d
@ -103,6 +103,8 @@ public class HWPFTestDataSamples {
|
||||
final long start = System.currentTimeMillis();
|
||||
try
|
||||
{
|
||||
logger.log(POILogger.DEBUG, "Downloading ", sampleFileUrl, " ...");
|
||||
|
||||
InputStream is = new URL( sampleFileUrl ).openStream();
|
||||
try
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user