diff options
author | uranix <[email protected]> | 2022-02-10 16:47:58 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:58 +0300 |
commit | 84df690852777a25dce952fd28843ab49992eff3 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/python | |
parent | 5dc58bb9405dd89d5727cc5984b067cd5cf98133 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/python')
-rw-r--r-- | library/python/testing/yatest_common/yatest/common/runtime_java.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/runtime_java.py b/library/python/testing/yatest_common/yatest/common/runtime_java.py index 3bcb996a6a1..39bbb455702 100644 --- a/library/python/testing/yatest_common/yatest/common/runtime_java.py +++ b/library/python/testing/yatest_common/yatest/common/runtime_java.py @@ -28,7 +28,7 @@ def get_java_path(jdk_dir): def get_build_java_dir(jdk_dir): - versions = [8, 10, 11, 12, 13, 14, 15] + versions = [8, 10, 11, 12, 13, 14, 15] if not _JAVA_DIR: for version in versions: |