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

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git.


    from 46acdde  Fix comment typos
     new abf6899  Use upper case L on long declarations
     new f53ff8c  Checkstyle: new line at end of file
     new 093dd68  Remove redundant import
     new 5d675a0  Add skeleton package-info
     new 3302d50  Correct code example in javadoc header
     new 4453bb3  Fix @since for new o.a.c.lang3.stream.Streams class.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/commons/lang3/function/Failable.java    |  2 +-
 .../commons/lang3/function/FailableFunction.java   |  2 +-
 .../commons/lang3/function/FailablePredicate.java  |  2 +-
 .../commons/lang3/function/FailableRunnable.java   |  2 +-
 .../commons/lang3/function/FailableSupplier.java   |  2 +-
 .../{FailableCallable.java => package-info.java}   | 25 +++++++---------------
 .../org/apache/commons/lang3/stream/Streams.java   |  2 +-
 .../lang3/{reflect => stream}/package-info.java    | 11 ++++++----
 .../apache/commons/lang3/concurrent/LocksTest.java |  1 -
 .../lang3/function/FailableFunctionsTest.java      |  4 ++--
 10 files changed, 23 insertions(+), 30 deletions(-)
 copy src/main/java/org/apache/commons/lang3/function/{FailableCallable.java => 
package-info.java} (66%)
 copy src/main/java/org/apache/commons/lang3/{reflect => 
stream}/package-info.java (69%)

Reply via email to