File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
compiler-rs/clients_schema/src Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,6 @@ pub struct SchemaExample {
506506 pub value : Option < String > ,
507507 pub external_value : Option < String > ,
508508 pub alternatives : Option < Vec < ExampleAlternative > > ,
509- pub alternative_java : Option < Vec < ExampleAlternative > > ,
510509}
511510
512511/// Common attributes for all type definitions
Original file line number Diff line number Diff line change @@ -287,8 +287,6 @@ export class Example {
287287 external_value ?: string
288288 /** An array of alternatives for this example in other languages */
289289 alternatives ?: ExampleAlternative [ ]
290- /** An array of alternatives for this example specifically for java */
291- alternative_java ?: ExampleAlternative [ ]
292290}
293291
294292/**
Original file line number Diff line number Diff line change @@ -287,8 +287,6 @@ export class Example {
287287 external_value ?: string
288288 /** An array of alternatives for this example in other languages */
289289 alternatives ?: ExampleAlternative [ ]
290- /** An array of alternatives for this example specifically for java */
291- alternative_java ?: ExampleAlternative [ ]
292290}
293291
294292/**
You can’t perform that action at this time.
0 commit comments