Introduce and activate synchronous CMS event bus
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / runtime / CmsEventBusImpl.java
index 9d9e9bcfa58c6e662db3bc4065b67a813c3d2412..07af1b8494f52b41c9e5c705a8e1c3cef90e5324 100644 (file)
@@ -10,7 +10,7 @@ import org.argeo.api.cms.CmsEventBus;
 import org.argeo.api.cms.CmsEventSubscriber;
 import org.argeo.api.cms.CmsLog;
 
-/** {@link CmsEventBus} implementation based on {@link Flow}. */
+/** An asynchronous {@link CmsEventBus} implementation based on {@link Flow}. */
 public class CmsEventBusImpl implements CmsEventBus {
        private final static CmsLog log = CmsLog.getLog(CmsEventBus.class);