[cli-repl] Error render and XML-interop with IDE console
This commit is contained in:
committed by
Pavel V. Talanov
parent
a11f411f7d
commit
cb1756f5fa
@@ -157,7 +157,7 @@ public class DiagnosticUtils {
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static TextRange firstRange(@NotNull List<TextRange> ranges) {
|
||||
public static TextRange firstRange(@NotNull List<TextRange> ranges) {
|
||||
return Collections.min(ranges, TEXT_RANGE_COMPARATOR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user