From 7c00984930e0b582f2a45d09dc28b412e1488cf9 Mon Sep 17 00:00:00 2001 From: "Alexander.Podkhalyuzin" Date: Wed, 22 Feb 2012 12:52:27 +0400 Subject: [PATCH] Fixed Introduce Variable type annotation adding. --- .../introduceVariable/JetInplaceVariableIntroducer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/src/org/jetbrains/jet/plugin/refactoring/introduceVariable/JetInplaceVariableIntroducer.java b/idea/src/org/jetbrains/jet/plugin/refactoring/introduceVariable/JetInplaceVariableIntroducer.java index cbdba98f6f0..622ec556135 100644 --- a/idea/src/org/jetbrains/jet/plugin/refactoring/introduceVariable/JetInplaceVariableIntroducer.java +++ b/idea/src/org/jetbrains/jet/plugin/refactoring/introduceVariable/JetInplaceVariableIntroducer.java @@ -46,7 +46,7 @@ public class JetInplaceVariableIntroducer extends InplaceVariableIntroducer