Browse Source

Restoring authorship annotation for <estekhin@yandex-team.ru>. Commit 2 of 2.

estekhin 3 years ago
parent
commit
efc65bacee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/scripts/build_java_with_error_prone.py

+ 1 - 1
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'
 ]