Skip to content

Commit

Permalink
Add back removed descriptor field.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeBoring committed Oct 10, 2016
1 parent a66697e commit cb50941
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions google/protobuf/descriptor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,8 @@ message FileOptions {
// top-level extensions defined in the file.
optional bool java_multiple_files = 10 [default=false];

// BEGIN PROTOBUF-OPENSOURCE
// // This option does nothing.
// optional bool java_generate_equals_and_hash = 20 [deprecated=true];
// END PROTOBUF-OPENSOURCE
// This option does nothing.
optional bool java_generate_equals_and_hash = 20 [deprecated=true];

// If set true, then the Java2 code generator will generate code that
// throws an exception whenever an attempt is made to assign a non-UTF-8
Expand Down

0 comments on commit cb50941

Please sign in to comment.