This method constructs a chain of versioned schemas which should represent an immutable record of the various file formats used for representing WyilFiles. @return
()
| 7562 | * @return |
| 7563 | */ |
| 7564 | private static Schema createSchema() { |
| 7565 | return createSchema_2_2(); |
| 7566 | } |
| 7567 | |
| 7568 | private static SectionedSchema createSchema_2_2() { |
| 7569 | SectionedSchema schema = createSchema_2_1(); |
no test coverage detected