PengZheng commented on code in PR #476:
URL: https://github.com/apache/celix/pull/476#discussion_r1118314679
##########
libs/framework/include/celix_framework_utils.h:
##########
@@ -81,6 +81,17 @@ size_t
celix_framework_utils_installEmbeddedBundles(celix_framework_t* fw, bool
*/
size_t celix_framework_utils_installBundleSet(celix_framework_t* fw, const
char* bundleSet, bool autoStart);
+
+/**
+ * @brief Create the bundle archives cache for the provided framework, but do
not create, install or start the bundles.
Review Comment:
```suggestion
* @brief Create the bundle archives cache for the provided framework, but
do not install or start the bundles.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]