This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new ce9e4e8 Correct Java package name. (#45)
ce9e4e8 is described below
commit ce9e4e8bd9e552443cc970df67ee25f17ff0d3b8
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Wed Jan 20 23:55:04 2021 +0800
Correct Java package name. (#45)
---
language-agent/ConfigurationDiscoveryService.proto | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/language-agent/ConfigurationDiscoveryService.proto
b/language-agent/ConfigurationDiscoveryService.proto
index bdb2cbf..e4d8f10 100644
--- a/language-agent/ConfigurationDiscoveryService.proto
+++ b/language-agent/ConfigurationDiscoveryService.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
package skywalking.v3;
option java_multiple_files = true;
-option java_package =
"org.apache.skywalking.apm.network.agent.dynamic.configuration.v3";
+option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
option csharp_namespace = "SkyWalking.NetworkProtocol.V3";
option go_package = "skywalking/network/agent/configuration/v3";