Skip to content

Commit 9291df4

Browse files
committed
remove leftover code
1 parent 2dd8df6 commit 9291df4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

compiler-rs/clients_schema/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

compiler/src/model/metamodel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/**

typescript-generator/src/metamodel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)