[
https://issues.apache.org/jira/browse/KARAF-5380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16169145#comment-16169145
]
ASF GitHub Bot commented on KARAF-5380:
---------------------------------------
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.
----
> Fix typo in JDBC lock implementation
> ------------------------------------
>
> Key: KARAF-5380
> URL: https://issues.apache.org/jira/browse/KARAF-5380
> Project: Karaf
> Issue Type: Improvement
> Components: karaf-jdbc
> Reporter: Bryan Eargle
> Priority: Trivial
> Labels: easyfix, newbie
> Original Estimate: 10m
> Remaining Estimate: 10m
>
> Typo in method names used to acquire JDBC lock. Should be _acquireLock()_
> instead of _aquireLock()_. Affects Default, Oracle, and PostgreSQL classes.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)