commit | eccd6b2a0788f25c33bc6dd9dc9d384212b868f1 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sun Sep 04 07:52:32 2011 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sun Sep 04 07:52:32 2011 +0000 |
tree | 7fa9b45394b272673f5981344811c05deff0e81f | |
parent | f1e8543dc7fa3c37e4bb197c8fdb51a02e502953 [diff] |
Fixed FELIX-3098 Bug introduced during my last refactoring creating a NOOP instead of storing the reporter. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1164967 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/Pojoization.java b/ipojo/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/Pojoization.java index 0f8f395..5fcee7b 100644 --- a/ipojo/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/Pojoization.java +++ b/ipojo/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/Pojoization.java
@@ -76,8 +76,8 @@ this(new SystemReporter()); } - public Pojoization(Reporter m_reporter) { - m_reporter = m_reporter; + public Pojoization(Reporter reporter) { + m_reporter = reporter; } /**