This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 6b00e43 fix license header
6b00e43 is described below
commit 6b00e43d758b14c1e7dabe9308a1ebe7cd8bc9ce
Author: ken.lj <[email protected]>
AuthorDate: Wed Mar 17 11:42:56 2021 +0800
fix license header
---
dubbo-samples-triple/pom.xml | 2 +-
dubbo-samples-triple/src/main/proto/helloworld.proto | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/dubbo-samples-triple/pom.xml b/dubbo-samples-triple/pom.xml
index a1c05d0..3b8cfd6 100644
--- a/dubbo-samples-triple/pom.xml
+++ b/dubbo-samples-triple/pom.xml
@@ -111,7 +111,7 @@
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:3.7.1:exe:${os.detected.classifier}</protocArtifact>
- <pluginId>grpc-java</pluginId>
+ <pluginId>triple-java</pluginId>
<outputDirectory>build/generated/source/proto/main/java</outputDirectory>
</configuration>
<executions>
diff --git a/dubbo-samples-triple/src/main/proto/helloworld.proto
b/dubbo-samples-triple/src/main/proto/helloworld.proto
index 2e5b31c..772ba99 100644
--- a/dubbo-samples-triple/src/main/proto/helloworld.proto
+++ b/dubbo-samples-triple/src/main/proto/helloworld.proto
@@ -1,5 +1,3 @@
-// Copyright 2015 The gRPC Authors
-//
// Licensed 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]