mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 16:56:56 +00:00
frozen api reference types: fix typo is -> it
This commit is contained in:
parent
f2176713eb
commit
7586b4be17
@ -568,7 +568,7 @@ API versions may be marked as "STABLE", if changes are made to an API which has
|
||||
* add or delete apis
|
||||
* change the apis versionStatus from or to "STABLE"
|
||||
|
||||
If is is required for a "STABLE" api to be changed, then the class metadata must be regenerated using the FrozenClassUtil (see how to freeze an api)
|
||||
If it is required for a "STABLE" api to be changed, then the class metadata must be regenerated using the FrozenClassUtil (see how to freeze an api)
|
||||
### Steps to freeze an api
|
||||
* Run the FrozenClassUtil to regenerate persist file of frozen apis information, the file is `PROJECT_ROOT_PATH/obp-api/src/test/resources/frozen_type_meta_data`
|
||||
* push the file `frozen_type_meta_data` to github
|
||||
|
||||
Loading…
Reference in New Issue
Block a user