You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2009/12/10 14:19:11 UTC

svn commit: r889254 - /felix/trunk/scr/src/main/java/org/apache/felix/scr/Reference.java

Author: fmeschbe
Date: Thu Dec 10 13:19:11 2009
New Revision: 889254

URL: http://svn.apache.org/viewvc?rev=889254&view=rev
Log:
FELIX-1893 Add note about null being returned for DS 1.0/1.1 descriptors

Modified:
    felix/trunk/scr/src/main/java/org/apache/felix/scr/Reference.java

Modified: felix/trunk/scr/src/main/java/org/apache/felix/scr/Reference.java
URL: http://svn.apache.org/viewvc/felix/trunk/scr/src/main/java/org/apache/felix/scr/Reference.java?rev=889254&r1=889253&r2=889254&view=diff
==============================================================================
--- felix/trunk/scr/src/main/java/org/apache/felix/scr/Reference.java (original)
+++ felix/trunk/scr/src/main/java/org/apache/felix/scr/Reference.java Thu Dec 10 13:19:11 2009
@@ -121,6 +121,9 @@
      * service registration properties or <code>null</code> if no such method
      * is configued. This method provides access to the <code>updated</code>
      * attribute of the <code>reference</code> element.
+     * <p>
+     * For a component declared in a Declarative Services 1.0 and 1.1
+     * descriptor, this method always returns <code>null</code>.
      */
     String getUpdatedMethodName();