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 <[email protected]>
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 <[email protected]>
Date: 2017-09-16T23:40:41Z
[KARAF-5380] Apply minor whitespace formatting.
Remove trailing whitespace, improve consistency of identation.
----
---