mirror of https://github.com/cncf/udpa.git
removing an unused import (#50)
This commit is contained in:
parent
04548b0d99
commit
c52dc94e7f
|
|
@ -6,7 +6,6 @@ option java_outer_classname = "TypedStructProto";
|
|||
option java_multiple_files = true;
|
||||
option java_package = "com.github.udpa.udpa.type.v1";
|
||||
|
||||
import "validate/validate.proto";
|
||||
import "google/protobuf/struct.proto";
|
||||
|
||||
// A TypedStruct contains an arbitrary JSON serialized protocol buffer message with a URL that
|
||||
|
|
|
|||
Loading…
Reference in New Issue