From 4d9954c0a8f8f6cee09ce7265b81a2255f4971a7 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 18 Jul 2019 11:32:58 +0100 Subject: [PATCH] [FAB-16020] Add java_package to transaction.proto Signed-off-by: James Taylor Change-Id: I6414649f22189833ddaf71cceb09ee88e43d23b2 --- protos/token/transaction.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/token/transaction.proto b/protos/token/transaction.proto index c5aa4e916ff..2c47324b001 100644 --- a/protos/token/transaction.proto +++ b/protos/token/transaction.proto @@ -7,7 +7,7 @@ SPDX-License-Identifier: Apache-2.0 syntax = "proto3"; option go_package = "github.com/hyperledger/fabric/protos/token"; - +option java_package = "org.hyperledger.fabric.protos.token"; // ================ Existing Fabric Transaction structure =============== //