You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2015/09/02 21:44:15 UTC

svn commit: r1700880 - in /poi/trunk/src/testcases/org/apache/poi/ss/formula: eval/AllFormulaEvalTests.java ptg/AllFormulaTests.java

Author: kiwiwings
Date: Wed Sep  2 19:44:14 2015
New Revision: 1700880

URL: http://svn.apache.org/r1700880
Log:
remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ...

Modified:
    poi/trunk/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java
    poi/trunk/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java

Modified: poi/trunk/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java?rev=1700880&r1=1700879&r2=1700880&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/ss/formula/eval/AllFormulaEvalTests.java Wed Sep  2 19:44:14 2015
@@ -36,7 +36,7 @@ import org.junit.runners.Suite;
     TestMissingArgEval.class,
     TestPercentEval.class,
     TestRangeEval.class,
-    TestUnaryPlusEval.class,
+    TestUnaryPlusEval.class
 })
 public class AllFormulaEvalTests {
 }

Modified: poi/trunk/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java?rev=1700880&r1=1700879&r2=1700880&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/ss/formula/ptg/AllFormulaTests.java Wed Sep  2 19:44:14 2015
@@ -49,7 +49,7 @@ import org.junit.runners.Suite;
     TestRef3DPtg.class,
     TestReferencePtg.class,
     TestSheetNameFormatter.class,
-    TestUnionPtg.class,    
+    TestUnionPtg.class
 })
 public class AllFormulaTests {
 }



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