remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1700880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2015-09-02 19:44:14 +00:00
parent 2b7c0ef3dd
commit 994247fe84
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ import org.junit.runners.Suite;
TestMissingArgEval.class,
TestPercentEval.class,
TestRangeEval.class,
TestUnaryPlusEval.class,
TestUnaryPlusEval.class
})
public class AllFormulaEvalTests {
}

View File

@ -49,7 +49,7 @@ import org.junit.runners.Suite;
TestRef3DPtg.class,
TestReferencePtg.class,
TestSheetNameFormatter.class,
TestUnionPtg.class,
TestUnionPtg.class
})
public class AllFormulaTests {
}