Author: pderop
Date: Sun Nov 22 21:39:11 2015
New Revision: 1715704
URL: http://svn.apache.org/viewvc?rev=1715704&view=rev
Log:
added author.
Modified:
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.itest/src/org/apache/felix/dm/itest/api/FactoryInjectedWithConfigurationBeforeTheCreateMethod.java
Modified:
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.itest/src/org/apache/felix/dm/itest/api/FactoryInjectedWithConfigurationBeforeTheCreateMethod.java
URL:
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/org.apache.felix.dependencymanager.itest/src/org/apache/felix/dm/itest/api/FactoryInjectedWithConfigurationBeforeTheCreateMethod.java?rev=1715704&r1=1715703&r2=1715704&view=diff
==============================================================================
---
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.itest/src/org/apache/felix/dm/itest/api/FactoryInjectedWithConfigurationBeforeTheCreateMethod.java
(original)
+++
felix/trunk/dependencymanager/org.apache.felix.dependencymanager.itest/src/org/apache/felix/dm/itest/api/FactoryInjectedWithConfigurationBeforeTheCreateMethod.java
Sun Nov 22 21:39:11 2015
@@ -33,6 +33,8 @@ import org.osgi.service.cm.Configuration
/**
* Use case: one component is instantiated using another factory object, and
the
* factory object needs the configuration before the factory.create method is
called.
+ *
+ * @author <a href="mailto:[email protected]">Felix Project Team</a>
*/
public class FactoryInjectedWithConfigurationBeforeTheCreateMethod extends
TestBase {
Ensure m_e;