diff options
| author | checat <[email protected]> | 2022-02-10 16:50:33 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:33 +0300 | 
| commit | 4782ff151fc50dbfd840b088cccccc857f40e5cc (patch) | |
| tree | afba05b101dace347faa4346e00986462b770ed1 /library/cpp/messagebus | |
| parent | 923c477d52607f8f7ba049046234075fc393db76 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus')
| -rw-r--r-- | library/cpp/messagebus/monitoring/mon_proto.proto | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/library/cpp/messagebus/monitoring/mon_proto.proto b/library/cpp/messagebus/monitoring/mon_proto.proto index 73b6614481e..d289b11099d 100644 --- a/library/cpp/messagebus/monitoring/mon_proto.proto +++ b/library/cpp/messagebus/monitoring/mon_proto.proto @@ -1,9 +1,9 @@  import "library/cpp/monlib/encode/legacy_protobuf/protos/metric_meta.proto";  package NBus; - -option java_package = "ru.yandex.messagebus.monitoring.proto"; - +  +option java_package = "ru.yandex.messagebus.monitoring.proto";  +   message TMessageStatusRecord {      enum EMessageStatus {          MESSAGE_OK = 0; | 
