File tree Expand file tree Collapse file tree
libs/framework/include/celix/dm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ namespace celix { namespace dm {
166166 CServiceDependency<T,I>& setRequired (bool req);
167167
168168 /* *
169- * Specify if the minimum amount of services required for the service dependency to be available
169+ * Specify the minimum amount of service dependencies required to be available
170170 *
171171 * @return the C service dependency reference for chaining (fluent API)
172172 */
@@ -417,7 +417,7 @@ namespace celix { namespace dm {
417417 ServiceDependency<T,I>& setRequired (bool req);
418418
419419 /* *
420- * Specify if the minimum amount of services required for the service dependency to be available
420+ * Specify the minimum amount of service dependencies required to be available
421421 *
422422 * @return the service dependency reference for chaining (fluent API)
423423 */
You can’t perform that action at this time.
0 commit comments