Author: kiwiwings
Date: Sat Dec  9 12:06:59 2017
New Revision: 1817600

URL: http://svn.apache.org/viewvc?rev=1817600&view=rev
Log:
remove package name to ease the output

Modified:
    poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java

Modified: poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java?rev=1817600&r1=1817599&r2=1817600&view=diff
==============================================================================
--- poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java (original)
+++ poi/trunk/src/integrationtest/org/apache/poi/TestAllFiles.java Sat Dec  9 
12:06:59 2017
@@ -394,7 +394,7 @@ public class TestAllFiles {
             fail("Did not find a handler for file " + file);
         }
 
-        System.out.println("Reading " + file + " with " + handler.getClass());
+        System.out.println("Reading " + file + " with " + 
handler.getClass().getSimpleName());
         assertNotNull("Unknown file extension for file: " + file + ": " + 
getExtension(file), handler);
         File inputFile = new File(ROOT_DIR, file);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to