ProtoGenHeader.txt: Remove java_api_version option

This option is not allowed by the open-source proto compiler, and no
longer required for the Google-internal one.

Change-Id: I7bfff6867d06aaef05f1a345d2712748224b4ca0
This commit is contained in:
Dave Borowitz 2018-08-07 09:03:11 -07:00
parent 070b20504e
commit c5fada5121

View File

@ -14,7 +14,6 @@
syntax = "proto2";
option java_api_version = 2;
option java_package = "com.google.gerrit.proto.reviewdb";
package devtools.gerritcodereview;