summaryrefslogtreecommitdiffstats
path: root/sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java')
-rw-r--r--sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java b/sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java
index f783e7cb24..5f0f9bbc8c 100644
--- a/sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java
+++ b/sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java
@@ -14,7 +14,7 @@ import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
- * Annotation used to indicate the service interfaces exposed by a Java class.
+ * Annotation used to indicate the event type represented by a Java class.
*
* @version $$
*/