diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-10-09 14:29:00 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 13:18:10 -0500 |
commit | 4904749890b1f2570f9197da99a07a76471e8400 (patch) | |
tree | fcc3b28edf890f96bafb277bde19579816ec16aa /openxc.proto | |
parent | 341e0fbd06aac57ecdec5fd4802bb5175c939e1b (diff) |
Fix package name of generated protobuf objects.
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openxc.proto b/openxc.proto index b3dd3bad..9f9046eb 100644 --- a/openxc.proto +++ b/openxc.proto @@ -1,5 +1,8 @@ package openxc; +option java_package = "com.openxc"; +option java_outer_classname = "BinaryMessages"; + message VehicleMessage { enum Type { RAW = 1; TRANSLATED = 2; } |