Fix syntax error in feature config files.

This commit is contained in:
Gunnar Beutner 2013-10-01 08:47:29 +02:00
parent 4eb8688271
commit fa0282d48c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/**
* The checker component takes care of executing service checks.
*
*/
library "checker"

View File

@ -1,6 +1,6 @@
/**
* The notification component takes care of executing service checks.
*
*/
library "notification"