Repository: bval Updated Branches: refs/heads/bv2 d11c6d359 -> 7b3c58e00
update javadoc Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/33e84f3c Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/33e84f3c Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/33e84f3c Branch: refs/heads/bv2 Commit: 33e84f3c986d84e1d82e0f956c63d10419fcf685 Parents: d11c6d3 Author: Matt Benson <[email protected]> Authored: Fri Mar 23 14:36:30 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Fri Mar 23 14:36:30 2018 -0500 ---------------------------------------------------------------------- bval-jsr/src/main/java/org/apache/bval/util/Exceptions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/33e84f3c/bval-jsr/src/main/java/org/apache/bval/util/Exceptions.java ---------------------------------------------------------------------- diff --git a/bval-jsr/src/main/java/org/apache/bval/util/Exceptions.java b/bval-jsr/src/main/java/org/apache/bval/util/Exceptions.java index ba3fee8..94073c5 100644 --- a/bval-jsr/src/main/java/org/apache/bval/util/Exceptions.java +++ b/bval-jsr/src/main/java/org/apache/bval/util/Exceptions.java @@ -23,7 +23,7 @@ import java.util.function.Supplier; import java.util.stream.Stream; /** - * Utility class for the creation and throwing of Exceptions. + * Utility class for sundry {@link Exception}-related tasks. */ public class Exceptions {
