renamed static import -> import static (IDEA-161681)

This commit is contained in:
Anna.Kozlova
2016-09-27 10:40:21 +02:00
parent ca385ad45e
commit e149c3fa7d
26 changed files with 25 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
import static java.lang.Integer.parseInt;
// "Static import method 'java.lang.Integer.parseInt'" "true"
// "Import static method 'java.lang.Integer.parseInt'" "true"
public class X {
{
<caret>parseInt("",10);