blob: 2afd26831f92c307730f29354263011309792128 [file] [log] [blame]
import com.intellij.codeInspection.InspectionProfileEntry;
public class MyOverridePathMethodInspection extends InspectionProfileEntry {
public String getStaticDescription() {
return null;
}
}