Updated Branches: refs/heads/trunk f26c79f6d -> b6eae08ee
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/b6eae08e Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/b6eae08e Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/b6eae08e Branch: refs/heads/trunk Commit: b6eae08eea4d1802ce6b72e99abb8c1122d2c55d Parents: f26c79f Author: Hari Shreedharan <[email protected]> Authored: Sat Sep 8 10:56:07 2012 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Sat Sep 8 10:56:07 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/b6eae08e/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;
