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:
parent
1ca522ffa9
commit
d6f598b8f9
@ -36,7 +36,7 @@ import org.junit.runners.Suite;
|
|||||||
TestMissingArgEval.class,
|
TestMissingArgEval.class,
|
||||||
TestPercentEval.class,
|
TestPercentEval.class,
|
||||||
TestRangeEval.class,
|
TestRangeEval.class,
|
||||||
TestUnaryPlusEval.class,
|
TestUnaryPlusEval.class
|
||||||
})
|
})
|
||||||
public class AllFormulaEvalTests {
|
public class AllFormulaEvalTests {
|
||||||
}
|
}
|
||||||
|
@ -49,7 +49,7 @@ import org.junit.runners.Suite;
|
|||||||
TestRef3DPtg.class,
|
TestRef3DPtg.class,
|
||||||
TestReferencePtg.class,
|
TestReferencePtg.class,
|
||||||
TestSheetNameFormatter.class,
|
TestSheetNameFormatter.class,
|
||||||
TestUnionPtg.class,
|
TestUnionPtg.class
|
||||||
})
|
})
|
||||||
public class AllFormulaTests {
|
public class AllFormulaTests {
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user