pan3793 commented on code in PR #8350: URL: https://github.com/apache/hadoop/pull/8350#discussion_r2965324932
########## hadoop-common-project/hadoop-common/src/main/proto2-generated/org/apache/hadoop/ipc/protobuf/ProtobufRpcEngineProtos.java: ########## @@ -1,56 +1,39 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -// This is class is added to source because for arm protoc 2.5.0 executable -// is not available to generate the same code. // Generated by the protocol buffer compiler. DO NOT EDIT! // source: ProtobufRpcEngine.proto + package org.apache.hadoop.ipc.protobuf; public final class ProtobufRpcEngineProtos { private ProtobufRpcEngineProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } - public interface RequestHeaderProtoOrBuilder - extends com.google.protobuf.MessageOrBuilder { + public interface RequestHeaderProtoOrBuilder extends + com.google.protobuf.GeneratedMessage. + ExtendableMessageOrBuilder<RequestHeaderProto> { // required string methodName = 1; /** * <code>required string methodName = 1;</code> * * <pre> - ** Name of the RPC method + ** Name of the RPC method * </pre> */ boolean hasMethodName(); /** * <code>required string methodName = 1;</code> * * <pre> - ** Name of the RPC method + ** Name of the RPC method Review Comment: @steveloughran, yes, I just copied the generated code and committed it to git directly, without touching the file content. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
