From 2a86fb0503f432063fc899c02dcdc09ee21c29d4 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 4 Jul 2017 14:02:22 +0200 Subject: [PATCH] change com.satoshilabs.trezor.protobuf to com.satoshilabs.trezor.lib.protobuf --- protob/config.proto | 2 +- protob/messages.proto | 2 +- protob/storage.proto | 2 +- protob/types.proto | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protob/config.proto b/protob/config.proto index 6dfe3b129..b7ffedd85 100644 --- a/protob/config.proto +++ b/protob/config.proto @@ -3,7 +3,7 @@ */ // Sugar for easier handling in Java -option java_package = "com.satoshilabs.trezor.protobuf"; +option java_package = "com.satoshilabs.trezor.lib.protobuf"; option java_outer_classname = "TrezorConfig"; import "google/protobuf/descriptor.proto"; diff --git a/protob/messages.proto b/protob/messages.proto index 4713561cf..a0f87965c 100644 --- a/protob/messages.proto +++ b/protob/messages.proto @@ -3,7 +3,7 @@ */ // Sugar for easier handling in Java -option java_package = "com.satoshilabs.trezor.protobuf"; +option java_package = "com.satoshilabs.trezor.lib.protobuf"; option java_outer_classname = "TrezorMessage"; import "types.proto"; diff --git a/protob/storage.proto b/protob/storage.proto index 8415fde09..9f047c98c 100644 --- a/protob/storage.proto +++ b/protob/storage.proto @@ -3,7 +3,7 @@ */ // Sugar for easier handling in Java -option java_package = "com.satoshilabs.trezor.protobuf"; +option java_package = "com.satoshilabs.trezor.lib.protobuf"; option java_outer_classname = "TrezorStorage"; import "types.proto"; diff --git a/protob/types.proto b/protob/types.proto index feefcfc63..136ea7db0 100644 --- a/protob/types.proto +++ b/protob/types.proto @@ -6,7 +6,7 @@ */ // Sugar for easier handling in Java -option java_package = "com.satoshilabs.trezor.protobuf"; +option java_package = "com.satoshilabs.trezor.lib.protobuf"; option java_outer_classname = "TrezorType"; import "google/protobuf/descriptor.proto";