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
e95f5e8333
commit
db30e0f337
@ -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…
Reference in New Issue
Block a user