-// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
+// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.util;
import com.intellij.openapi.diagnostic.Logger;
import java.nio.charset.StandardCharsets;
/**
- * <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>
*
* @author Kirill Likhodedov
*/