Skip to content

Commit a73e4fc

Browse files
Copilotrousso
andauthored
Add SdkNoticeTypeRepository to README documentation (#41)
* Initial plan * Add SdkNoticeTypeRepository reference to README Co-authored-by: rousso <91379+rousso@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rousso <91379+rousso@users.noreply.github.com>
1 parent dd51af2 commit a73e4fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/main/java/eu/europa/ted/eforms/sdk/repository

src/main/java/eu/europa/ted/eforms/sdk/repository/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ This package contains:
99

1010
* `SdkFieldRepository`: can populate a `HashMap` with `SdkField` objects read form `fields.json`
1111
* `SdkNodeRepository`: can populate a `HashMap` with `SdkNode` objects read form `fields.json`
12-
* `SdkCodelistRepository`: can populate a `HashMap` with `SdkCodelist` objects (including all codelist codes), by reading the `.gc` files from the `codelists` folder of the eForms SDK.
12+
* `SdkCodelistRepository`: can populate a `HashMap` with `SdkCodelist` objects (including all codelist codes), by reading the `.gc` files from the `codelists` folder of the eForms SDK.
13+
* `SdkNoticeTypeRepository`: can populate a `HashMap` with `SdkNoticeSubtype` objects read from `notice-types.json`

0 commit comments

Comments
 (0)