You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2007/02/26 06:17:04 UTC

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

Author: jmarino
Date: Sun Feb 25 21:17:04 2007
New Revision: 511727

URL: http://svn.apache.org/viewvc?view=rev&rev=511727
Log:
remove non-spec compliant override attribute

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

Modified: incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java?view=diff&rev=511727&r1=511726&r2=511727
==============================================================================
--- incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java (original)
+++ incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java Sun Feb 25 21:17:04 2007
@@ -50,13 +50,6 @@
     boolean required() default false;
 
     /**
-     * Indicates if a value must be specified.
-     * FIXME This is not part of the spec and must be removed.
-     */
-    @Deprecated
-    public String override() default "may";
-
-    /**
      * The XML Type in a QName format.
      * FIXME This is not part of the spec and must be removed.
      */



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