- * <p>Identifies a line separator:
- * either Unix ({@code \n}), Windows (@{code \r\n}) or (possible not actual anymore) Classic Mac ({@code \r}).</p>
- * <p/>
- * <p>The intention is to use this class everywhere, where a line separator is needed, instead of just Strings.</p>
+ * Identifies a line separator:
+ * either Unix ({@code \n}), Windows ({@code \r\n}) or (possible not actual anymore) Classic Mac ({@code \r}).
+ * <p>The intention is to use this class everywhere, where a line separator is needed instead of just Strings.</p>