提交 7676fde8 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Describe parameter of TestDateTimeUtils.main() in javadoc

上级 7e4e1b18
......@@ -24,7 +24,10 @@ public class TestDateTimeUtils extends TestBase {
/**
* Run just this test.
*
* @param a ignored
* @param a
* if {@code "testUtc2Value"} only {@link #testUTC2Value(boolean)}
* will be executed with all time zones (slow). Otherwise all tests
* in this test unit will be executed with local time zone.
*/
public static void main(String... a) throws Exception {
if (a.length == 1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论