From 6feb87dc4be91b4d1b770c9aee7e71ae99a7b6fa Mon Sep 17 00:00:00 2001 From: Tagir Valeev Date: Thu, 14 Dec 2017 13:22:06 +0700 Subject: [PATCH] StringToUpperWithoutLocaleInspectionTest: remove copyright (IDEA-CR-27824) --- .../StringToUpperWithoutLocaleInspectionTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/InspectionGadgets/testsrc/com/siyeh/ig/internationalization/StringToUpperWithoutLocaleInspectionTest.java b/plugins/InspectionGadgets/testsrc/com/siyeh/ig/internationalization/StringToUpperWithoutLocaleInspectionTest.java index 0fef22256e55..dbf0eb74af1c 100644 --- a/plugins/InspectionGadgets/testsrc/com/siyeh/ig/internationalization/StringToUpperWithoutLocaleInspectionTest.java +++ b/plugins/InspectionGadgets/testsrc/com/siyeh/ig/internationalization/StringToUpperWithoutLocaleInspectionTest.java @@ -9,9 +9,6 @@ import com.siyeh.ig.LightInspectionTestCase; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; -/** - * @author Bas Leijdekkers - */ public class StringToUpperWithoutLocaleInspectionTest extends LightInspectionTestCase { public void testStringToUpperWithoutLocale() {