You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by rovarga <gi...@git.apache.org> on 2017/09/26 14:37:55 UTC

[GitHub] karaf pull request #376: Turn Feature.VERSION_SEPARATOR into a char

GitHub user rovarga opened a pull request:

    https://github.com/apache/karaf/pull/376

    Turn Feature.VERSION_SEPARATOR into a char

    String.indexOf(char) is faster than String.indexOf(String), so use
    char for VERSION_SEPARATOR.
    
    Signed-off-by: Robert Varga <ni...@hq.sk>

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

    $ git pull https://github.com/rovarga/karaf feature-version-char

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

    https://github.com/apache/karaf/pull/376.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 #376
    
----
commit 0b61d22a36add072d34129043e28ac4a4a9dc731
Author: Robert Varga <ni...@hq.sk>
Date:   2017-09-25T09:54:31Z

    Turn Feature.VERSION_SEPARATOR into a char
    
    String.indexOf(char) is faster than String.indexOf(String), so use
    char for VERSION_SEPARATOR.
    
    Signed-off-by: Robert Varga <ni...@hq.sk>

----


---

[GitHub] karaf pull request #376: Turn Feature.VERSION_SEPARATOR into a char

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

    https://github.com/apache/karaf/pull/376


---