diff options
author | DenisGNoonan <denis.noonan@est.tech> | 2024-05-10 16:24:53 +0100 |
---|---|---|
committer | DenisGNoonan <denis.noonan@est.tech> | 2024-05-13 16:34:51 +0100 |
commit | 81f1caeee359e539284e20589605bcb87bf56729 (patch) | |
tree | d0666779dcafec937b3b11e36a4a55c0995c18a7 /docs/guide | |
parent | ca358db2db62bda9604cff0af56c5b5106371811 (diff) |
ONAP CCSDK ORAN A1PMS - Add API Docs
Issue-ID: CCSDK-4011
Change-Id: I7ea39878770e6ee9a2f626daebf29547d94ba5cd
Signed-off-by: DenisGNoonan <denis.noonan@est.tech>
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/developer-guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/developer-guide.rst b/docs/guide/developer-guide.rst index 2230c0f4..bb737441 100644 --- a/docs/guide/developer-guide.rst +++ b/docs/guide/developer-guide.rst @@ -51,7 +51,7 @@ dependency management tool (see *pom.xml* file at root level) : - Swagger annotations - `Spring Framework <https://github.com/spring-projects/spring-boot>`_ - `SpringDoc and OpenAPI <https://springdoc.org/>`_ Automated JSON API documentation for APIs built with Spring -- `Lombok <https://github.com/rzwitserloot/lombok>`_ to generate code, such as getters and setters +- `Lombok <https://github.com/projectlombok/lombok>`_ to generate code, such as getters and setters - `Awaitility <https://github.com/awaitility/awaitility>`_ to test asynchronous functionality |