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:
Benedikt Ritter 2014-06-02 19:19:40 +00:00
parent 68a6fd6125
commit 8f9a427dc6
1 changed files with 2 additions and 2 deletions

View File

@ -7718,7 +7718,7 @@ public static String toEncodedString(byte[] bytes, Charset charset) {
/** /**
* <p> * <p>
* Wraps a string with a char. * Wraps a string with a char.
* <p> * </p>
* *
* <pre> * <pre>
* StringUtils.wrap(null, *) = null * StringUtils.wrap(null, *) = null
@ -7748,7 +7748,7 @@ public static String wrap(String str, char wrapWith) {
/** /**
* <p> * <p>
* Wraps a String with another String. * Wraps a String with another String.
* <p> * </p>
* *
* <p> * <p>
* A {@code null} input String returns {@code null}. * A {@code null} input String returns {@code null}.