You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by sergeyh <gi...@git.apache.org> on 2018/02/28 16:04:26 UTC

[GitHub] groovy pull request #668: Fix XmlParser default constructor Javadoc

GitHub user sergeyh opened a pull request:

    https://github.com/apache/groovy/pull/668

    Fix XmlParser default constructor Javadoc

    Currently, Javadoc says it creates "non-validating and non-namespace-aware" parser, but in fact, it _is_ namespace aware.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sergeyh/groovy xml-parser-javadoc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/groovy/pull/668.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #668
    
----
commit 4a00a32adc88a1fdb2c59cf15f1d73bd64bba377
Author: Sergey Khudyakov <se...@...>
Date:   2018-02-28T16:03:26Z

    Fix XmlParser default constructor Javadoc 
    
    Currently, Javadoc says it creates "non-validating and non-namespace-aware" parser, but in fact, it's namespace aware.

----


---

[GitHub] groovy pull request #668: Fix XmlParser default constructor Javadoc

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/groovy/pull/668


---