commit | 19f18f2a97fee654fca819e61bd5b43aa6f91e36 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Wed Dec 11 14:19:10 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Wed Dec 11 14:19:10 2013 +0000 |
tree | 8c21b6ee32fb30a8c7ea3df4176b5dec6184c65b | |
parent | 7b0d7d96a1f68fa8aaa2dd993c963e7b7dc4117f [diff] |
Remove a reference to a not yet finished feature. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1550147 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/module/DefaultBindingModule.java b/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/module/DefaultBindingModule.java index 564a9bb..81d6e05 100644 --- a/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/module/DefaultBindingModule.java +++ b/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/module/DefaultBindingModule.java
@@ -271,7 +271,7 @@ } }); - bind(Context.class).to(new GenericVisitorFactory("context", "")); + //bind(Context.class).to(new GenericVisitorFactory("context", "")); } private DocumentBuilder m_builder;