You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/08/13 12:53:21 UTC

[commons-pool] branch master updated: Remove leading underscores from instance variable names.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-pool.git


The following commit(s) were added to refs/heads/master by this push:
     new e6aebd1  Remove leading underscores from instance variable names.
e6aebd1 is described below

commit e6aebd1d231df79d2bf5c94b1f327eaf565d1ee9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 13 08:53:19 2021 -0400

    Remove leading underscores from instance variable names.
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 035fa7b..a08bce1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,10 @@ The <action> type attribute can be add,update,fix,remove.
     <action dev="ggregory" type="fix" due-to="Gary Gregory">
       Fix field label in NoSuchElementException message for GenericObjectPool.borrowObject(Duration): From borrowMaxWaitMillis to borrowMaxWaitDuration.
     </action>
+    <!-- UPDATES -->
+    <action dev="ggregory" type="update" due-to="Dependabot">
+      Bump checkstyle from 8.45 to 8.45.1 #93.
+    </action>
   </release>
   <release version="2.11.0" date="2021-08-08" description="This is a feature release (Java 8).">
     <!-- FIXES -->

Re: [commons-pool] branch master updated: Remove leading underscores from instance variable names.

Posted by Gilles Sadowski <gi...@gmail.com>.
Le ven. 13 août 2021 à 14:53, <gg...@apache.org> a écrit :
>
> This is an automated email from the ASF dual-hosted git repository.
>
> ggregory pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/commons-pool.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new e6aebd1  Remove leading underscores from instance variable names.
> e6aebd1 is described below
>
> commit e6aebd1d231df79d2bf5c94b1f327eaf565d1ee9
> Author: Gary Gregory <ga...@gmail.com>
> AuthorDate: Fri Aug 13 08:53:19 2021 -0400
>
>     Remove leading underscores from instance variable names.

?

> ---
>  src/changes/changes.xml | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> index 035fa7b..a08bce1 100644
> --- a/src/changes/changes.xml
> +++ b/src/changes/changes.xml
> @@ -60,6 +60,10 @@ The <action> type attribute can be add,update,fix,remove.
>      <action dev="ggregory" type="fix" due-to="Gary Gregory">
>        Fix field label in NoSuchElementException message for GenericObjectPool.borrowObject(Duration): From borrowMaxWaitMillis to borrowMaxWaitDuration.
>      </action>
> +    <!-- UPDATES -->
> +    <action dev="ggregory" type="update" due-to="Dependabot">
> +      Bump checkstyle from 8.45 to 8.45.1 #93.
> +    </action>
>    </release>
>    <release version="2.11.0" date="2021-08-08" description="This is a feature release (Java 8).">
>      <!-- FIXES -->

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org