Skip to content

Commit 044a6c2

Browse files
Google APIscopybara-github
authored andcommitted
chore: fix Outer class name for CVSS.proto
PiperOrigin-RevId: 432963286
1 parent 5556688 commit 044a6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grafeas/v1/cvss.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package grafeas.v1;
1919
option go_package = "google.golang.org/genproto/googleapis/grafeas/v1;grafeas";
2020
option java_multiple_files = true;
2121
option java_package = "io.grafeas.v1";
22-
option java_outer_classname = "CVSSProto";
22+
option java_outer_classname = "CvssProto";
2323
option objc_class_prefix = "GRA";
2424

2525
// Common Vulnerability Scoring System version 3.

0 commit comments

Comments
 (0)