This commit is contained in:
Auxilor
2023-05-12 13:47:47 +01:00
parent 044f141bd0
commit 85116108c2

View File

@@ -802,8 +802,9 @@ public final class StringUtils {
/**
* Line wrap a list of strings while preserving formatting.
*
* @param input The input list.
* @param lineLength The length of each line.
* @param input The input list.
* @param lineLength The length of each line.
* @param preserveMargin If the string has a margin, add it to the next line.
* @return The wrapped list.
*/
@NotNull