commit | 86967cf61eaf0da6be2b11b1ffb1d533d1dfc9e1 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sun Jan 02 09:54:40 2011 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sun Jan 02 09:54:40 2011 +0000 |
tree | 3e8377399077fc22291217f35f4571d4a3e828af | |
parent | a1bc22a4a29ba6b2a7ebd212d2e9a9c5d72db419 [diff] |
Cosmetic fix. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1054372 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/configuration/ConfigurationHandler.java b/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/configuration/ConfigurationHandler.java index 612b3c5..bac697b 100644 --- a/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/configuration/ConfigurationHandler.java +++ b/ipojo/core/src/main/java/org/apache/felix/ipojo/handlers/configuration/ConfigurationHandler.java
@@ -533,7 +533,6 @@ } // Else we must compute the properties. - Properties props = new Properties(); for (int i = 0; i < m_configurableProperties.size(); i++) { String n = ((Property) m_configurableProperties.get(i)).getName();