Fix broken JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1599316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
68a6fd6125
commit
8f9a427dc6
|
@ -7718,7 +7718,7 @@ public class StringUtils {
|
|||
/**
|
||||
* <p>
|
||||
* Wraps a string with a char.
|
||||
* <p>
|
||||
* </p>
|
||||
*
|
||||
* <pre>
|
||||
* StringUtils.wrap(null, *) = null
|
||||
|
@ -7748,7 +7748,7 @@ public class StringUtils {
|
|||
/**
|
||||
* <p>
|
||||
* Wraps a String with another String.
|
||||
* <p>
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
* A {@code null} input String returns {@code null}.
|
||||
|
|
Loading…
Reference in New Issue