Javadoc typo.
This commit is contained in:
parent
ffc32f6665
commit
6dc8492caf
|
@ -19,7 +19,7 @@ package org.apache.commons.lang3.exception;
|
||||||
/**
|
/**
|
||||||
* Abstracts the concept of wrapping a checked exception as unchecked.
|
* Abstracts the concept of wrapping a checked exception as unchecked.
|
||||||
* <p>
|
* <p>
|
||||||
* Subclasses should only be used to wrapped checked exception.
|
* Subclasses should only be used to wrap checked exception.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @since 3.13.0
|
* @since 3.13.0
|
||||||
|
|
Loading…
Reference in New Issue