Rename file
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<implementation-class>org.jetbrains.jet.plugin.ktSignature.KotlinSignatureInJavaMarkerUpdater</implementation-class>
|
||||
</component>
|
||||
<component>
|
||||
<implementation-class>org.jetbrains.jet.plugin.configuration.ui.AbsentJdkAnnotationsNotifications</implementation-class>
|
||||
<implementation-class>org.jetbrains.jet.plugin.configuration.ui.AbsentJdkAnnotationsComponent</implementation-class>
|
||||
</component>
|
||||
</project-components>
|
||||
|
||||
|
||||
+2
-2
@@ -40,9 +40,9 @@ import org.jetbrains.jet.plugin.versions.KotlinRuntimeLibraryUtil;
|
||||
import java.util.Collection;
|
||||
import java.util.Set;
|
||||
|
||||
public class AbsentJdkAnnotationsNotifications extends AbstractProjectComponent {
|
||||
public class AbsentJdkAnnotationsComponent extends AbstractProjectComponent {
|
||||
|
||||
protected AbsentJdkAnnotationsNotifications(Project project) {
|
||||
protected AbsentJdkAnnotationsComponent(Project project) {
|
||||
super(project);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user