Updated Branches: refs/heads/flume-1.3.0 cb4a1a0fe -> 206558317
FLUME-1548. Build dies on older protocol buffers compiler. (Brock Noland via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/20655831 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/20655831 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/20655831 Branch: refs/heads/flume-1.3.0 Commit: 20655831756b7a0fcf05951c0f2762d6010980de Parents: cb4a1a0 Author: Hari Shreedharan <[email protected]> Authored: Sat Sep 8 10:56:07 2012 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Sat Sep 8 10:57:33 2012 -0700 ---------------------------------------------------------------------- .../src/main/proto/filechannel.proto | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/20655831/flume-ng-channels/flume-file-channel/src/main/proto/filechannel.proto ---------------------------------------------------------------------- diff --git a/flume-ng-channels/flume-file-channel/src/main/proto/filechannel.proto b/flume-ng-channels/flume-file-channel/src/main/proto/filechannel.proto index 850ec39..59dc8db 100644 --- a/flume-ng-channels/flume-file-channel/src/main/proto/filechannel.proto +++ b/flume-ng-channels/flume-file-channel/src/main/proto/filechannel.proto @@ -18,7 +18,6 @@ */ option java_package = "org.apache.flume.chanel.file.proto"; option java_outer_classname = "ProtosFactory"; -option java_generate_equals_and_hash = true; message Checkpoint { required sfixed32 version = 1;
