You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by beargle <gi...@git.apache.org> on 2017/09/17 00:36:41 UTC

[GitHub] karaf pull request #372: [KARAF-5380] Fix typo in JDBC lock implementation

GitHub user beargle opened a pull request:

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

    [KARAF-5380] Fix typo in JDBC lock implementation

    Replace `aquire` with `acquire` in method names, variables, and comments. Also remove trailing whitespace and apply consistent indentation in touched files.

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

    $ git pull https://github.com/beargle/karaf KARAF-5380

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

    https://github.com/apache/karaf/pull/372.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 #372
    
----
commit 0c44e3ef9dc050037e59d52585eca291c4b6a47e
Author: Bryan Eargle <ce...@emilys-macbook-air.local>
Date:   2017-09-16T22:22:54Z

    [KARAF-5380] Fix typo in JDBC lock implementation.
    
    Replace `aquire` with `acquire` in method names, variables, and
    comments.

commit b452923dbf2bbd44f745be6c27e69826bc03dd15
Author: Bryan Eargle <br...@gmail.com>
Date:   2017-09-16T23:40:41Z

    [KARAF-5380] Apply minor whitespace formatting.
    
    Remove trailing whitespace, improve consistency of identation.

----


---

[GitHub] karaf pull request #372: [KARAF-5380] Fix typo in JDBC lock implementation

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

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


---