You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/03/31 06:39:09 UTC

[skywalking-data-collect-protocol] branch master updated: Fix a typo.

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 2e0740d  Fix a typo.
2e0740d is described below

commit 2e0740db7f38bebb2bcb2fd9846aa4c327f8c7a9
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Mar 31 14:38:34 2020 +0800

    Fix a typo.
---
 browser/BrowserPerf.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto
index 80680fa..e1050ea 100644
--- a/browser/BrowserPerf.proto
+++ b/browser/BrowserPerf.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent";
 
-import "common/common.proto";
+import "common/Common.proto";
 
 // Collect performance raw data from browser.
 service BrowserPerfService {