This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree
266 files changed
+851
-264
lines changed- docs/generators
- modules
- openapi-json-schema-generator/src
- main
- java/org/openapijsonschematools/codegen
- languages
- model
- resources/python/paths/path/verb
- test/resources/3_0/python
- openapi-json-schema-generator-core/src/main/java/org/openapijsonschematools/codegen/meta/features
- samples/openapi3/client
- 3_0_3_unit_test/python/src/unit_test_api/paths
- request_body_post_additionalproperties_allows_a_schema_which_should_validate_request_body/post
- request_body_post_additionalproperties_are_allowed_by_default_request_body/post
- request_body_post_additionalproperties_can_exist_by_itself_request_body/post
- request_body_post_additionalproperties_should_not_look_in_applicators_request_body/post
- request_body_post_allof_combined_with_anyof_oneof_request_body/post
- request_body_post_allof_request_body/post
- request_body_post_allof_simple_types_request_body/post
- request_body_post_allof_with_base_schema_request_body/post
- request_body_post_allof_with_one_empty_schema_request_body/post
- request_body_post_allof_with_the_first_empty_schema_request_body/post
- request_body_post_allof_with_the_last_empty_schema_request_body/post
- request_body_post_allof_with_two_empty_schemas_request_body/post
- request_body_post_anyof_complex_types_request_body/post
- request_body_post_anyof_request_body/post
- request_body_post_anyof_with_base_schema_request_body/post
- request_body_post_anyof_with_one_empty_schema_request_body/post
- request_body_post_array_type_matches_arrays_request_body/post
- request_body_post_boolean_type_matches_booleans_request_body/post
- request_body_post_by_int_request_body/post
- request_body_post_by_number_request_body/post
- request_body_post_by_small_number_request_body/post
- request_body_post_date_time_format_request_body/post
- request_body_post_email_format_request_body/post
- request_body_post_enum_with0_does_not_match_false_request_body/post
- request_body_post_enum_with1_does_not_match_true_request_body/post
- request_body_post_enum_with_escaped_characters_request_body/post
- request_body_post_enum_with_false_does_not_match0_request_body/post
- request_body_post_enum_with_true_does_not_match1_request_body/post
- request_body_post_enums_in_properties_request_body/post
- request_body_post_forbidden_property_request_body/post
- request_body_post_hostname_format_request_body/post
- request_body_post_integer_type_matches_integers_request_body/post
- request_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_request_body/post
- request_body_post_invalid_string_value_for_default_request_body/post
- request_body_post_ipv4_format_request_body/post
- request_body_post_ipv6_format_request_body/post
- request_body_post_json_pointer_format_request_body/post
- request_body_post_maximum_validation_request_body/post
- request_body_post_maximum_validation_with_unsigned_integer_request_body/post
- request_body_post_maxitems_validation_request_body/post
- request_body_post_maxlength_validation_request_body/post
- request_body_post_maxproperties0_means_the_object_is_empty_request_body/post
- request_body_post_maxproperties_validation_request_body/post
- request_body_post_minimum_validation_request_body/post
- request_body_post_minimum_validation_with_signed_integer_request_body/post
- request_body_post_minitems_validation_request_body/post
- request_body_post_minlength_validation_request_body/post
- request_body_post_minproperties_validation_request_body/post
- request_body_post_nested_allof_to_check_validation_semantics_request_body/post
- request_body_post_nested_anyof_to_check_validation_semantics_request_body/post
- request_body_post_nested_items_request_body/post
- request_body_post_nested_oneof_to_check_validation_semantics_request_body/post
- request_body_post_not_more_complex_schema_request_body/post
- request_body_post_not_request_body/post
- request_body_post_nul_characters_in_strings_request_body/post
- request_body_post_null_type_matches_only_the_null_object_request_body/post
- request_body_post_number_type_matches_numbers_request_body/post
- request_body_post_object_properties_validation_request_body/post
- request_body_post_object_type_matches_objects_request_body/post
- request_body_post_oneof_complex_types_request_body/post
- request_body_post_oneof_request_body/post
- request_body_post_oneof_with_base_schema_request_body/post
- request_body_post_oneof_with_empty_schema_request_body/post
- request_body_post_oneof_with_required_request_body/post
- request_body_post_pattern_is_not_anchored_request_body/post
- request_body_post_pattern_validation_request_body/post
- request_body_post_properties_with_escaped_characters_request_body/post
- request_body_post_property_named_ref_that_is_not_a_reference_request_body/post
- request_body_post_ref_in_additionalproperties_request_body/post
- request_body_post_ref_in_allof_request_body/post
- request_body_post_ref_in_anyof_request_body/post
- request_body_post_ref_in_items_request_body/post
- request_body_post_ref_in_not_request_body/post
- request_body_post_ref_in_oneof_request_body/post
- request_body_post_ref_in_property_request_body/post
- request_body_post_required_default_validation_request_body/post
- request_body_post_required_validation_request_body/post
- request_body_post_required_with_empty_array_request_body/post
- request_body_post_required_with_escaped_characters_request_body/post
- request_body_post_simple_enum_validation_request_body/post
- request_body_post_string_type_matches_strings_request_body/post
- request_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_request_body/post
- request_body_post_uniqueitems_false_validation_request_body/post
- request_body_post_uniqueitems_validation_request_body/post
- request_body_post_uri_format_request_body/post
- request_body_post_uri_reference_format_request_body/post
- request_body_post_uri_template_format_request_body/post
- response_body_post_additionalproperties_allows_a_schema_which_should_validate_response_body_for_content_types/post
- response_body_post_additionalproperties_are_allowed_by_default_response_body_for_content_types/post
- response_body_post_additionalproperties_can_exist_by_itself_response_body_for_content_types/post
- response_body_post_additionalproperties_should_not_look_in_applicators_response_body_for_content_types/post
- response_body_post_allof_combined_with_anyof_oneof_response_body_for_content_types/post
- response_body_post_allof_response_body_for_content_types/post
- response_body_post_allof_simple_types_response_body_for_content_types/post
- response_body_post_allof_with_base_schema_response_body_for_content_types/post
- response_body_post_allof_with_one_empty_schema_response_body_for_content_types/post
- response_body_post_allof_with_the_first_empty_schema_response_body_for_content_types/post
- response_body_post_allof_with_the_last_empty_schema_response_body_for_content_types/post
- response_body_post_allof_with_two_empty_schemas_response_body_for_content_types/post
- response_body_post_anyof_complex_types_response_body_for_content_types/post
- response_body_post_anyof_response_body_for_content_types/post
- response_body_post_anyof_with_base_schema_response_body_for_content_types/post
- response_body_post_anyof_with_one_empty_schema_response_body_for_content_types/post
- response_body_post_array_type_matches_arrays_response_body_for_content_types/post
- response_body_post_boolean_type_matches_booleans_response_body_for_content_types/post
- response_body_post_by_int_response_body_for_content_types/post
- response_body_post_by_number_response_body_for_content_types/post
- response_body_post_by_small_number_response_body_for_content_types/post
- response_body_post_date_time_format_response_body_for_content_types/post
- response_body_post_email_format_response_body_for_content_types/post
- response_body_post_enum_with0_does_not_match_false_response_body_for_content_types/post
- response_body_post_enum_with1_does_not_match_true_response_body_for_content_types/post
- response_body_post_enum_with_escaped_characters_response_body_for_content_types/post
- response_body_post_enum_with_false_does_not_match0_response_body_for_content_types/post
- response_body_post_enum_with_true_does_not_match1_response_body_for_content_types/post
- response_body_post_enums_in_properties_response_body_for_content_types/post
- response_body_post_forbidden_property_response_body_for_content_types/post
- response_body_post_hostname_format_response_body_for_content_types/post
- response_body_post_integer_type_matches_integers_response_body_for_content_types/post
- response_body_post_invalid_instance_should_not_raise_error_when_float_division_inf_response_body_for_content_types/post
- response_body_post_invalid_string_value_for_default_response_body_for_content_types/post
- response_body_post_ipv4_format_response_body_for_content_types/post
- response_body_post_ipv6_format_response_body_for_content_types/post
- response_body_post_json_pointer_format_response_body_for_content_types/post
- response_body_post_maximum_validation_response_body_for_content_types/post
- response_body_post_maximum_validation_with_unsigned_integer_response_body_for_content_types/post
- response_body_post_maxitems_validation_response_body_for_content_types/post
- response_body_post_maxlength_validation_response_body_for_content_types/post
- response_body_post_maxproperties0_means_the_object_is_empty_response_body_for_content_types/post
- response_body_post_maxproperties_validation_response_body_for_content_types/post
- response_body_post_minimum_validation_response_body_for_content_types/post
- response_body_post_minimum_validation_with_signed_integer_response_body_for_content_types/post
- response_body_post_minitems_validation_response_body_for_content_types/post
- response_body_post_minlength_validation_response_body_for_content_types/post
- response_body_post_minproperties_validation_response_body_for_content_types/post
- response_body_post_nested_allof_to_check_validation_semantics_response_body_for_content_types/post
- response_body_post_nested_anyof_to_check_validation_semantics_response_body_for_content_types/post
- response_body_post_nested_items_response_body_for_content_types/post
- response_body_post_nested_oneof_to_check_validation_semantics_response_body_for_content_types/post
- response_body_post_not_more_complex_schema_response_body_for_content_types/post
- response_body_post_not_response_body_for_content_types/post
- response_body_post_nul_characters_in_strings_response_body_for_content_types/post
- response_body_post_null_type_matches_only_the_null_object_response_body_for_content_types/post
- response_body_post_number_type_matches_numbers_response_body_for_content_types/post
- response_body_post_object_properties_validation_response_body_for_content_types/post
- response_body_post_object_type_matches_objects_response_body_for_content_types/post
- response_body_post_oneof_complex_types_response_body_for_content_types/post
- response_body_post_oneof_response_body_for_content_types/post
- response_body_post_oneof_with_base_schema_response_body_for_content_types/post
- response_body_post_oneof_with_empty_schema_response_body_for_content_types/post
- response_body_post_oneof_with_required_response_body_for_content_types/post
- response_body_post_pattern_is_not_anchored_response_body_for_content_types/post
- response_body_post_pattern_validation_response_body_for_content_types/post
- response_body_post_properties_with_escaped_characters_response_body_for_content_types/post
- response_body_post_property_named_ref_that_is_not_a_reference_response_body_for_content_types/post
- response_body_post_ref_in_additionalproperties_response_body_for_content_types/post
- response_body_post_ref_in_allof_response_body_for_content_types/post
- response_body_post_ref_in_anyof_response_body_for_content_types/post
- response_body_post_ref_in_items_response_body_for_content_types/post
- response_body_post_ref_in_not_response_body_for_content_types/post
- response_body_post_ref_in_oneof_response_body_for_content_types/post
- response_body_post_ref_in_property_response_body_for_content_types/post
- response_body_post_required_default_validation_response_body_for_content_types/post
- response_body_post_required_validation_response_body_for_content_types/post
- response_body_post_required_with_empty_array_response_body_for_content_types/post
- response_body_post_required_with_escaped_characters_response_body_for_content_types/post
- response_body_post_simple_enum_validation_response_body_for_content_types/post
- response_body_post_string_type_matches_strings_response_body_for_content_types/post
- response_body_post_the_default_keyword_does_not_do_anything_if_the_property_is_missing_response_body_for_content_types/post
- response_body_post_uniqueitems_false_validation_response_body_for_content_types/post
- response_body_post_uniqueitems_validation_response_body_for_content_types/post
- response_body_post_uri_format_response_body_for_content_types/post
- response_body_post_uri_reference_format_response_body_for_content_types/post
- response_body_post_uri_template_format_response_body_for_content_types/post
- features
- nonCompliantUseDiscriminatorIfCompositionFails/python/src/this_package/paths/operators/post
- security/python/src/this_package/paths
- path_with_no_explicit_security/get
- path_with_one_explicit_security/get
- path_with_security_from_root/get
- path_with_two_explicit_security/get
- petstore/python
- .openapi-generator
- docs
- apis/tags
- paths/fake_redirection
- src/petstore_api
- apis
- paths
- tags
- paths
- another_fake_dummy/patch
- fake
- delete
- get
- patch
- post
- fake_additional_properties_with_array_of_enums/get
- fake_body_with_file_schema/put
- fake_body_with_query_params/put
- fake_case_sensitive_params/put
- fake_classname_test/patch
- fake_delete_coffee_id/delete
- fake_health/get
- fake_inline_additional_properties/post
- fake_inline_composition/post
- fake_json_form_data/get
- fake_json_patch/patch
- fake_json_with_charset/post
- fake_multiple_response_bodies/get
- fake_multiple_securities/get
- fake_obj_in_query/get
- fake_parameter_collisions1_abab_self_ab/post
- fake_pet_id_upload_image_with_required_file/post
- fake_query_param_with_json_content_type/get
- fake_redirection
- get
- responses
- response_303
- response_3xx
- fake_ref_obj_in_query/get
- fake_refs_array_of_enums/post
- fake_refs_arraymodel/post
- fake_refs_boolean/post
- fake_refs_composed_one_of_number_with_validations/post
- fake_refs_enum/post
- fake_refs_mammal/post
- fake_refs_number/post
- fake_refs_object_model_with_ref_props/post
- fake_refs_string/post
- fake_response_without_schema/get
- fake_test_query_paramters/put
- fake_upload_download_file/post
- fake_upload_file/post
- fake_upload_files/post
- fake_wild_card_responses/get
- foo/get
- pet
- post
- put
- pet_find_by_status/get
- pet_find_by_tags/get
- pet_pet_id
- delete
- get
- post
- pet_pet_id_upload_image/post
- store_inventory/get
- store_order/post
- store_order_order_id
- delete
- get
- user/post
- user_create_with_array/post
- user_create_with_list/post
- user_login/get
- user_logout/get
- user_username
- delete
- get
- put
- test/test_paths/test_fake_redirection
- tests_manual/test_paths/test_fake_redirection
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
266 files changed
+851
-264
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
289 |
| - | |
290 |
| - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
291 | 292 |
| |
292 | 293 |
| |
293 | 294 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
272 |
| - | |
273 |
| - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
274 | 275 |
| |
275 | 276 |
| |
276 | 277 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
133 | 134 |
| |
134 | 135 |
| |
135 | 136 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
243 | 244 |
| |
244 | 245 |
| |
245 | 246 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
200 |
| - | |
201 |
| - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 26 | + | |
30 | 27 |
| |
31 | 28 |
| |
32 |
| - | |
| 29 | + | |
33 | 30 |
| |
34 | 31 |
| |
35 |
| - | |
| 32 | + | |
36 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
228 | 228 |
| |
229 | 229 |
| |
230 | 230 |
| |
231 |
| - | |
| 231 | + | |
| 232 | + | |
232 | 233 |
| |
233 | 234 |
| |
234 | 235 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 |
| - | |
| 408 | + | |
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1681 | 1681 |
| |
1682 | 1682 |
| |
1683 | 1683 |
| |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
1684 | 1695 |
| |
1685 | 1696 |
| |
1686 | 1697 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
| 242 | + | |
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
167 |
| - | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
|
0 commit comments