From 52f7ce078683f66d7d5b9802c17a14df3ce77191 Mon Sep 17 00:00:00 2001 From: Eugene Kudelevsky Date: Thu, 11 Feb 2010 15:27:04 +0300 Subject: [PATCH] clean up --- platform/lang-impl/src/com/intellij/codeInsight/template/Iteration.java | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/lang-impl/src/com/intellij/codeInsight/template/Iteration.java b/platform/lang-impl/src/com/intellij/codeInsight/template/Iteration.java index 3c7b7ee195..1f22d90d8a 100644 --- a/platform/lang-impl/src/com/intellij/codeInsight/template/Iteration.java +++ b/platform/lang-impl/src/com/intellij/codeInsight/template/Iteration.java @@ -43,6 +43,5 @@ public abstract class Iteration { return myIndex >= myMaxIndex; } - // returns if next() is going to be invoked protected abstract void iter(); } -- 2.11.4.GIT