summaryrefslogtreecommitdiffstats
path: root/sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-10-29 10:56:37 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2008-10-29 10:56:37 +0000
commit7388cfbd9adf981eaf900bc51a3cfa47aaa2a351 (patch)
tree04ec16487a1d20c55b2e7478e09283123a0bfec8 /sandbox/event/modules/sca-api/src/main/java/org/osoa/sca/annotations/EventType.java
parent0d8d686b0185f5d8f16ceb85d3605c2b88c648f8 (diff)
EventTypes annotation created
EventType annotation comments updated git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@708870 13f79535-47bb-0310-9956-ffa450edef68
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 $$
*/