You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commonsrdf.apache.org by stain <gi...@git.apache.org> on 2015/04/10 11:40:57 UTC

[GitHub] incubator-commonsrdf pull request: COMMONSRDF-12 Graph implements ...

GitHub user stain opened a pull request:

    https://github.com/apache/incubator-commonsrdf/pull/8

    COMMONSRDF-12 Graph implements Iterable interface

    ..with a `default` method that simply calls `getTriples().iterator()`
    
    This is mainly to be useful for classical for-each loops in Java.
    
    Fixes [COMMONSRDF-12](https://issues.apache.org/jira/browse/COMMONSRDF-12)

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

    $ git pull https://github.com/stain/incubator-commonsrdf COMMONSRDF-12-graph-iterable

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

    https://github.com/apache/incubator-commonsrdf/pull/8.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 #8
    
----
commit 1dcfafb9ddfb47153b1bf52989513518597c6017
Author: Stian Soiland-Reyes <st...@apache.org>
Date:   2015-04-10T09:39:10Z

    COMMONSRDF-12 Graph implements Iterable interface
    
    ..with a default method that simply calls getTriples().iterator
    
    This is mainly to be useful for classical for-each loops in Java.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-commonsrdf pull request: COMMONSRDF-12 Graph implements ...

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

    https://github.com/apache/incubator-commonsrdf/pull/8


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---