blob: d4a9c10d4ce96bfbc7b0c00d28f69e805a3af1ba [file] [log] [blame]
import com.intellij.codeInspection.LocalInspectionTool;
public class MyWithDescriptionCustomShortNameInspection extends LocalInspectionTool {
public String getShortName() {
return "customShortName";
}
}