Skip to content

Commit

Permalink
Merge pull request elastic#375 from Ben-Aldrich/taser
Browse files Browse the repository at this point in the history
add package and java imports for taser proto
  • Loading branch information
Ben Aldrich committed Jul 17, 2015
2 parents c4bbd64 + 9b7022a commit dcf95f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protofiles/heartthrob/taser.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
package heartthrob;

option java_package = "com.logrhythm.nm.message.heartthrob";
option java_outer_classname = "TaserMsg";

message TaserRequest {
enum RequestType {
INVALID = 0;
Expand Down

0 comments on commit dcf95f1

Please sign in to comment.