This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-html.git

commit 8b2930eafb08ce7af06308ca5eef31526563ecd4
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Sep 27 14:03:30 2012 +0000

    Adding mongodb resource provider
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1391017 
13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/commons/html/impl/HtmlParserImpl.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/main/java/org/apache/sling/commons/html/impl/HtmlParserImpl.java 
b/src/main/java/org/apache/sling/commons/html/impl/HtmlParserImpl.java
index d3cd9b8..43dbc1c 100644
--- a/src/main/java/org/apache/sling/commons/html/impl/HtmlParserImpl.java
+++ b/src/main/java/org/apache/sling/commons/html/impl/HtmlParserImpl.java
@@ -35,6 +35,9 @@ import org.xml.sax.ext.LexicalHandler;
 @Service(value=HtmlParser.class)
 public class HtmlParserImpl implements HtmlParser {
 
+    private void test() {
+        BundleContext bundleContext = null;
+    }
     /**
      * @see 
org.apache.sling.commons.html.HtmlParser#parse(java.io.InputStream, 
java.lang.String, org.xml.sax.ContentHandler)
      */

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to