Skip to content

Commit

Permalink
Fixed mistake; updated the wrong proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Artale authored and Tom Artale committed Mar 19, 2015
1 parent 66d7f2e commit 2c6906d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions protofiles/ColumboClientConfig.proto
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package protoMsg;

option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ColumboConfigMsg";
option java_outer_classname = "ColumboClientConfigMsg";




message ColumboConfig {
message ColumboClientConfig {
optional string requestQueue = 1;
optional int32 resendTranslationTableIntervalInMS = 2;
}
5 changes: 3 additions & 2 deletions protofiles/ColumboConfig.proto
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package protoMsg;

option java_package = "com.logrhythm.configelements";
option java_outer_classname = "ColumboClientConfigMsg";
option java_outer_classname = "ColumboConfigMsg";




message ColumboClientConfig {
message ColumboConfig {
optional string requestQueue = 1;
optional int32 resendTranslationTableIntervalInMS = 2;
}

0 comments on commit 2c6906d

Please sign in to comment.