Skip to content

Commit

Permalink
consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Nov 27, 2023
1 parent 84d530a commit 4a10f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc/src/main/proto/crypto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ syntax = "proto3";

option java_multiple_files = true;
option java_package = "com.salesfoce.apollo.cryptography.proto";
option java_outer_classname = "ApolloUtilsProto";
option objc_class_prefix = "Au";
option java_outer_classname = "ApolloCryptoProto";
option objc_class_prefix = "Acr";
import "google/protobuf/any.proto";
import "google/protobuf/timestamp.proto";

Expand Down

0 comments on commit 4a10f0e

Please sign in to comment.