IJ-CR-145218 [java-inspections] IDEA-201932 Provide inspection to highlight redundant creation operations in java date time api

- delete unnecessary test

GitOrigin-RevId: 80f107de3e637bc81065c9bacf7024c76a5bbb81
This commit is contained in:
Mikhail Pyltsin
2024-09-27 20:47:16 +02:00
committed by intellij-monorepo-bot
parent 21455e7254
commit ae2e2f737c

View File

@@ -1,11 +0,0 @@
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.codeInsight.daemon.impl.quickfix;
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase;
//todo just to preserve place
public class RedundantCompareToJavaTimeInspectionTest extends LightJavaCodeInsightFixtureTestCase {
public void testEmptyMethod() {
}
}