public class Assert extends Object
Modifier and Type | Method and Description |
---|---|
static String |
normalizeLineEndings(String text)
Converts all line ending sequences in a given text string to
unix-style newlines (\n).
|
public static String normalizeLineEndings(String text)
text
- The text to normalize.