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/11/12 20:12:28 UTC

[commons-lang] branch master updated: Javadoc typo.

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 6dc8492  Javadoc typo.
6dc8492 is described below

commit 6dc8492caf5b1a99270ca845a28f9469006afc70
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 12 15:12:04 2021 -0500

    Javadoc typo.
---
 .../java/org/apache/commons/lang3/exception/UncheckedException.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java b/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java
index 66c2278..5fdd337 100644
--- a/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java
+++ b/src/main/java/org/apache/commons/lang3/exception/UncheckedException.java
@@ -19,7 +19,7 @@ package org.apache.commons.lang3.exception;
 /**
  * Abstracts the concept of wrapping a checked exception as unchecked.
  * <p>
- * Subclasses should only be used to wrapped checked exception.
+ * Subclasses should only be used to wrap checked exception.
  * </p>
  *
  * @since 3.13.0