aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authoruranix <uranix@yandex-team.ru>2022-02-10 16:47:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:58 +0300
commit84df690852777a25dce952fd28843ab49992eff3 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library
parent5dc58bb9405dd89d5727cc5984b067cd5cf98133 (diff)
downloadydb-84df690852777a25dce952fd28843ab49992eff3.tar.gz
Restoring authorship annotation for <uranix@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/python/testing/yatest_common/yatest/common/runtime_java.py2
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 3bcb996a6a..39bbb45570 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: