From e849bbc1f9ac6d792c1abd2e5d8c6f7bbc608a3b Mon Sep 17 00:00:00 2001 From: Bas Leijdekkers Date: Tue, 7 Aug 2012 16:48:15 +0200 Subject: [PATCH] two more periods removed --- .../src/com/siyeh/InspectionGadgetsBundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties b/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties index 4869a1f9db93..5ceb7e183173 100644 --- a/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties +++ b/plugins/InspectionGadgets/src/com/siyeh/InspectionGadgetsBundle.properties @@ -951,8 +951,8 @@ throw.caught.locally.problem.descriptor=#ref caught by containing ' throw.caught.locally.ignore.option=Ignore rethrown exceptions return.from.finally.block.problem.descriptor=#ref inside 'finally' block #loc continue.or.break.from.finally.block.problem.descriptor=#ref inside 'finally' block #loc -bad.exception.declared.problem.descriptor=Prohibited exception #ref declared. #loc -bad.exception.caught.problem.descriptor=Prohibited exception #ref caught. #loc +bad.exception.declared.problem.descriptor=Prohibited exception #ref declared #loc +bad.exception.caught.problem.descriptor=Prohibited exception #ref caught #loc checked.exception.class.problem.descriptor=Checked exception class #ref #loc unchecked.exception.class.problem.descriptor=Unchecked exception class #ref #loc thread.death.rethrown.problem.descriptor=#ref not rethrown #loc