You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/12/22 23:48:31 UTC

svn commit: r1721471 - /poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java

Author: centic
Date: Tue Dec 22 22:48:31 2015
New Revision: 1721471

URL: http://svn.apache.org/viewvc?rev=1721471&view=rev
Log:
Fix compiling unit-test after previous changes

Modified:
    poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java?rev=1721471&r1=1721470&r2=1721471&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/xssf/streaming/TestSXSSFCell.java Tue Dec 22 22:48:31 2015
@@ -47,7 +47,7 @@ public class TestSXSSFCell extends BaseT
     }
 
     @AfterClass
-    public static void tearDown(){
+    public static void tearDownClass(){
         SXSSFITestDataProvider.instance.cleanup();
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org