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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new b19b2d3 Checkstyle: Remove trailing white spaces on all lines.
b19b2d3 is described below
commit b19b2d37dafb1f26360ee5e8ac6fa297e9ae86ab
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 14 11:43:40 2020 -0500
Checkstyle: Remove trailing white spaces on all lines.
---
src/main/java/org/apache/commons/lang3/Streams.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/Streams.java
b/src/main/java/org/apache/commons/lang3/Streams.java
index f89cf16..9898d06 100644
--- a/src/main/java/org/apache/commons/lang3/Streams.java
+++ b/src/main/java/org/apache/commons/lang3/Streams.java
@@ -60,7 +60,7 @@ import org.apache.commons.lang3.Functions.FailablePredicate;
*/
public class Streams {
- /**
+ /**
* A reduced, and simplified version of a {@link Stream} with
* failable method signatures.
* @param <O> The streams element type.