From 3ac1432fb93c81d89ba68cbccb3c1267c3bbff38 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 27 Aug 2014 11:08:29 +0200 Subject: [PATCH] make testdata catch really incomplete --- .../codeInsight/completion/keywords/finalInIncompleteCatch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/java-tests/testData/codeInsight/completion/keywords/finalInIncompleteCatch.java b/java/java-tests/testData/codeInsight/completion/keywords/finalInIncompleteCatch.java index 6346b73dd045..0cdeb4962618 100644 --- a/java/java-tests/testData/codeInsight/completion/keywords/finalInIncompleteCatch.java +++ b/java/java-tests/testData/codeInsight/completion/keywords/finalInIncompleteCatch.java @@ -2,6 +2,6 @@ public class StructuredConfigKey { { try { - } catch () + } catch ( } }