From 95c9961a3b661562c53ae9c898d42956cc8b1230 Mon Sep 17 00:00:00 2001 From: Richard Frankel Date: Fri, 6 Oct 2023 16:06:44 -0500 Subject: [PATCH] Add proto changes I forgot to save, whoops --- common-components/proto/aep/type/decimal.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/common-components/proto/aep/type/decimal.proto b/common-components/proto/aep/type/decimal.proto index 46a32787..93d19ca3 100644 --- a/common-components/proto/aep/type/decimal.proto +++ b/common-components/proto/aep/type/decimal.proto @@ -1,13 +1,13 @@ syntax = "proto3"; -package aip.type; +package aep.type; option cc_enable_arenas = true; -option go_package = "aip.golang.org/genproto/common-components/type/decimal;decimal"; +option go_package = "aep.golang.org/genproto/common-components/type/decimal;decimal"; option java_multiple_files = true; option java_outer_classname = "DecimalProto"; -option java_package = "dev.aip.type"; -option objc_class_prefix = "AIP"; +option java_package = "dev.aep.type"; +option objc_class_prefix = "AEP"; // Represents a decimal number in a form similar to scientific notation. //