Rename ReplaceJavaStaticMethodWithTopLevelFunctionInspection to ReplaceJavaStaticMethodWithKotlinAnalogInspection
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports a Java static method call replaceable by a Kotlin top-level function, e.g. <b>System.out.println()</b>.
|
||||
This inspection reports a Java static method call replaceable by a Kotlin function, e.g. <b>System.out.println()</b>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user