Removed @author javadocs from code.

This commit is contained in:
Evgeny Gerashchenko
2012-12-28 17:05:25 +04:00
parent 1de4da28fc
commit e03eaf6dde
1531 changed files with 30 additions and 4700 deletions
@@ -19,10 +19,6 @@ package org.jetbrains.jet.editor;
import com.intellij.testFramework.EditorTestUtil;
import com.intellij.testFramework.LightCodeInsightTestCase;
/**
* @author Evgeny Gerashchenko
* @since 7/16/12
*/
public class TypedHandlerTest extends LightCodeInsightTestCase {
public void testTypeStringTemplateStart() throws Exception {
configureFromFileText("a.kt", "val x = \"$<caret>\"");