You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by kaspersorensen <gi...@git.apache.org> on 2018/11/21 02:57:46 UTC

[GitHub] metamodel pull request #193: Turned "assert" in ResourceUtils into "if"

GitHub user kaspersorensen opened a pull request:

    https://github.com/apache/metamodel/pull/193

    Turned "assert" in ResourceUtils into "if"

    ... and thus allow non-conforming Resource implementations.

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

    $ git pull https://github.com/kaspersorensen/metamodel turn_assert_into_if

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

    https://github.com/apache/metamodel/pull/193.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 #193
    
----
commit 325656dd5177806a99895ae72ab7a2284edacd5e
Author: Kasper Sørensen <i....@...>
Date:   2018-11-21T02:56:59Z

    Turned "assert" in ResourceUtils into "if"
    
    ... and thus allow non-conforming Resource implementations.

----


---

[GitHub] metamodel pull request #193: Turned "assert" in ResourceUtils into "if"

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

    https://github.com/apache/metamodel/pull/193


---