GitHub user stain opened a pull request:

    https://github.com/apache/jena/pull/18

    Create iri from uri

    Adds `IRIfactoryI.create(java.lang.URI)` to complement JENA-846 
`IRI.toURI()`.
    
    I believe I don't need the special case `if (! uri.isAbsolute())`  - see 
second commit 
    d0c4669.

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

    $ git pull https://github.com/stain/jena create-iri-from-uri

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

    https://github.com/apache/jena/pull/18.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 #18
    
----
commit 56e1fdff987eafd3a123f20f00e2ad875e12b1a5
Author: Stian Soiland-Reyes <[email protected]>
Date:   2015-01-12T00:50:38Z

    Added IRIFactoryI.create(java.net.URI)

commit d0c4669a04cdb208759c888d1f0af1520538461e
Author: Stian Soiland-Reyes <[email protected]>
Date:   2015-01-12T00:51:27Z

    Probably no need for uri.isAbsolute() special case

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to