diff options
author | estekhin <estekhin@yandex-team.ru> | 2022-02-10 16:51:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:43 +0300 |
commit | efc65bacee6120d0454d2fa4e003ebd4f3e0e5ff (patch) | |
tree | ab7fbbf3253d4c0e2793218f09378908beb025fb | |
parent | 7db4c9ef63efd6b24b2e87acbc5e98087576f115 (diff) | |
download | ydb-efc65bacee6120d0454d2fa4e003ebd4f3e0e5ff.tar.gz |
Restoring authorship annotation for <estekhin@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/scripts/build_java_with_error_prone.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/build_java_with_error_prone.py b/build/scripts/build_java_with_error_prone.py index 2896e477b7..910443552e 100644 --- a/build/scripts/build_java_with_error_prone.py +++ b/build/scripts/build_java_with_error_prone.py @@ -14,7 +14,7 @@ JAVA10_EXPORTS = [ '--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED', '--add-exports=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED', '--add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED', - '--add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED' + '--add-exports=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED' ] |