(no message)

This commit is contained in:
Eugene Vigdorchik
2004-12-04 16:52:44 +03:00
parent f96e88fa12
commit 3b8b98ffbb

View File

@@ -142,7 +142,7 @@ public class InitializationReadUtils {
PsiTryStatement tryStatement,
Set checkedMethods) {
final PsiCodeBlock[] catchBlocks = tryStatement.getCatchBlocks();
if (catchBlocks == null || catchBlocks.length == 0) {
if (catchBlocks.length == 0) {
final PsiCodeBlock tryBlock = tryStatement.getTryBlock();
if (cachingBlockMustAssignVariable(field, tryBlock, checkedMethods)) {
return true;