mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not restart javadoc parser with the same input stream (IDEA-69558)
This commit is contained in:
+2
-2
@@ -228,9 +228,9 @@ public abstract class AbstractExternalFilter {
|
||||
String charset = null;
|
||||
do {
|
||||
read = buf.readLine();
|
||||
if (read != null && read.contains("charset")) {
|
||||
/*if (read != null && read.contains("charset")) {
|
||||
charset = read;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
while (read != null && read.toUpperCase().indexOf(startSection) == -1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user