You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/02/25 22:09:32 UTC

svn commit: r511612 - /incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Scope.java

Author: jboynes
Date: Sun Feb 25 13:09:31 2007
New Revision: 511612

URL: http://svn.apache.org/viewvc?view=rev&rev=511612
Log:
make list of scopes match that in the spec (line 80)

Modified:
    incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Scope.java

Modified: incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Scope.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Scope.java?view=diff&rev=511612&r1=511611&r2=511612
==============================================================================
--- incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Scope.java (original)
+++ incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Scope.java Sun Feb 25 13:09:31 2007
@@ -38,9 +38,8 @@
      * <ul>
      * <li>STATELESS (default)</li>
      * <li>REQUEST</li>
-     * <li>SESSION</li>
-     * <li>COMPOSITE</li>
      * <li>CONVERSATION</li>
+     * <li>COMPOSITE</li>
      * </ul>
      *
      * @return the name of the scope



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org