commit | 312f8c6113e1516339de88575cfc61fe412efdb7 | [log] [tgz] |
---|---|---|
author | Pierre De Rop <pderop@apache.org> | Mon May 10 22:05:01 2010 +0000 |
committer | Pierre De Rop <pderop@apache.org> | Mon May 10 22:05:01 2010 +0000 |
tree | fe7fdddb7b4d7239824457eebd528b59a23e458d | |
parent | e62a0c1fd211b8e73c736fcba110e4ce8bc9affb [diff] |
fixed javadoc git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@942929 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java index 01190d4..8abbf91 100644 --- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java +++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
@@ -52,9 +52,7 @@ * class X implements Z { * @ConfigurationDependency(pid="MyPid") * void configure(Dictionary conf) { - * // Configure or reconfigure our service. The conf is provided by the Configuration Admin Service, - * // and all public properties (which don't start with a dot) are propagated with the - * // Service properties specified in the properties's Service attribute. + * // Configure or reconfigure our service. * } * * @Start