From 39a2ce32a862153f4b1b6f889ed2a3ecb64d464b Mon Sep 17 00:00:00 2001 From: Denis Zhdanov Date: Mon, 28 Feb 2011 11:05:55 +0300 Subject: [PATCH] Out-dated comment is removed --- .../codeInsight/editorActions/JavadocTypedHandlerTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/java/java-impl/testSrc/com/intellij/codeInsight/editorActions/JavadocTypedHandlerTest.java b/java/java-impl/testSrc/com/intellij/codeInsight/editorActions/JavadocTypedHandlerTest.java index b5935250a698..b130cc34121f 100644 --- a/java/java-impl/testSrc/com/intellij/codeInsight/editorActions/JavadocTypedHandlerTest.java +++ b/java/java-impl/testSrc/com/intellij/codeInsight/editorActions/JavadocTypedHandlerTest.java @@ -40,7 +40,6 @@ public class JavadocTypedHandlerTest { @Test public void tagWithAttribute() { doTest("", "a"); - //TODO den implement } private static void doTest(String text, String expected) {