Add missing @since tag for replaceLineBreaksWithSpace

Change-Id: Ibd9d9ba609a2cd7707b985cdb07405dce0422aab
Signed-off-by: Robin Stocker <robin@nibor.org>
This commit is contained in:
Robin Stocker 2013-08-12 21:34:50 +02:00
parent 7baeffc581
commit 6fb8d2345b
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ public static boolean isEmptyOrNull(String stringValue) {
* @param in
* A string with line breaks
* @return in without line breaks
* @since 3.1
*/
public static String replaceLineBreaksWithSpace(String in) {
char[] buf = new char[in.length()];