]> source.dussan.org Git - poi.git/commitdiff
remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ...
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 2 Sep 2015 19:44:14 +0000 (19:44 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 2 Sep 2015 19:44:14 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700880 13f79535-47bb-0310-9956-ffa450edef68

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

index 70def40f802f6574c184521a91a1c4a338831c9c..d30e5e585a6ad89799ef66e137ecc611c738741d 100644 (file)
@@ -36,7 +36,7 @@ import org.junit.runners.Suite;
     TestMissingArgEval.class,
     TestPercentEval.class,
     TestRangeEval.class,
-    TestUnaryPlusEval.class,
+    TestUnaryPlusEval.class
 })
 public class AllFormulaEvalTests {
 }
index 8aded05f9712baffe32e1bd861a86a5169cdce1d..79b4a7c5d33e390e02c80c2446c02f4eb8a526e3 100644 (file)
@@ -49,7 +49,7 @@ import org.junit.runners.Suite;
     TestRef3DPtg.class,
     TestReferencePtg.class,
     TestSheetNameFormatter.class,
-    TestUnionPtg.class,    
+    TestUnionPtg.class
 })
 public class AllFormulaTests {
 }