Skip to content

Commit

Permalink
fix: changed java_outer_classname for Permission.proto and Policy.proto
Browse files Browse the repository at this point in the history
Signed-off-by: Theodor Mihalache <[email protected]>
  • Loading branch information
tmihalac committed Aug 6, 2024
1 parent b232ac5 commit 3d72fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protos/feast/core/Permission.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";
package feast.core;

option go_package = "github.com/feast-dev/feast/go/protos/feast/core";
option java_outer_classname = "Permission";
option java_outer_classname = "PermissionProto";
option java_package = "feast.proto.core";

import "feast/core/Policy.proto";
Expand Down
2 changes: 1 addition & 1 deletion protos/feast/core/Policy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";
package feast.core;

option go_package = "github.com/feast-dev/feast/go/protos/feast/core";
option java_outer_classname = "Policy";
option java_outer_classname = "PolicyProto";
option java_package = "feast.proto.core";

message Policy {
Expand Down

0 comments on commit 3d72fed

Please sign in to comment.