This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch 
feature/update_component_and_pattern_documentation
in repository https://gitbox.apache.org/repos/asf/celix.git

commit bd3467cc194098736e4a39f737f88152718174fe
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun May 8 22:40:45 2022 +0200

    Small update bundle lifecycle plantuml
---
 documents/diagrams/bundles_lifecycle.puml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documents/diagrams/bundles_lifecycle.puml 
b/documents/diagrams/bundles_lifecycle.puml
index f883386f..217f6d99 100644
--- a/documents/diagrams/bundles_lifecycle.puml
+++ b/documents/diagrams/bundles_lifecycle.puml
@@ -21,7 +21,7 @@ Installed   ->      Uninstalled
 Resolved    ->   Installed
 Uninstalled ->      [*]
 
-state BundleActivation {
+state "Bundle Activation" as BundleActivation {
     [*] ->              Starting
     Starting -down->    Active
     Active -down->      Stopping

Reply via email to