aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorestekhin <estekhin@yandex-team.ru>2022-02-10 16:51:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:43 +0300
commit7db4c9ef63efd6b24b2e87acbc5e98087576f115 (patch)
tree426f72b995fc966e85f6c6edc209db415a174be8
parent5e2b44d684a15b84d8620439dbc89faf356a3a5c (diff)
downloadydb-7db4c9ef63efd6b24b2e87acbc5e98087576f115.tar.gz
Restoring authorship annotation for <estekhin@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--build/scripts/build_java_with_error_prone.py2
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 910443552e..2896e477b7 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'
]