1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-03 05:33:33 +02:00

Hide BadLocationException (see bug 232012).

This commit is contained in:
Sergey Prigogin 2008-06-01 06:59:30 +00:00
parent b589535989
commit d09c6c7601

View file

@ -146,7 +146,9 @@ public class CSpellingEngine extends SpellingEngine {
}
}
} catch (BadLocationException x) {
CUIPlugin.log(x);
// Ignore BadLocationException since although it does happen from time to time,
// there seems to be not much harm from it.
// CUIPlugin.log(x);
}
} finally {
if (toRemove != null)