[commons-io] branch master updated: Use varargs in a few more places.

2019-09-29 Thread ggregory
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-io.git The following commit(s) were added to refs/heads/master by this push: new 8940848 Use varargs in a few more places.

[commons-numbers] 02/06: Useless use of "return" and braces.

2019-09-29 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 3b0c9883a737f3057494c785d1271956440b0b62 Author: Gilles Sadowski AuthorDate: Sun Sep 29 15:47:43 2019 +0200

[commons-numbers] 06/06: Simplify.

2019-09-29 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit c3c7c1d3a987b0c26bbea38b3970fbf50758b01f Author: Gilles Sadowski AuthorDate: Sun Sep 29 16:06:22 2019 +0200

[commons-numbers] 03/06: Make default constructor "private".

2019-09-29 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit f0358f4c8a48b7fc21c51686d957a23f35c50e7a Author: Gilles Sadowski AuthorDate: Sun Sep 29 15:53:40 2019 +0200

[commons-numbers] 04/06: Useless assignment.

2019-09-29 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit 80ddc95073a938faf147f59fac97cd60078014cc Author: Gilles Sadowski AuthorDate: Sun Sep 29 15:59:20 2019 +0200

[commons-numbers] 05/06: Diamond operator (generics).

2019-09-29 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit dc0de568f22370739cf8e45ad17fa7d3fac3d034 Author: Gilles Sadowski AuthorDate: Sun Sep 29 15:59:52 2019 +0200

[commons-numbers] 01/06: Exceptions must be "Serializable".

2019-09-29 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git commit eefcd5f64158e7da2764a63be5b9fd7734146af8 Author: Gilles Sadowski AuthorDate: Sun Sep 29 15:38:10 2019 +0200

[commons-numbers] branch master updated (85d79ed -> c3c7c1d)

2019-09-29 Thread erans
This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git. from 85d79ed Named constant. new eefcd5f Exceptions must be "Serializable". new 3b0c988 Useless use o