Rename file

This commit is contained in:
Natalia Ukhorskaya
2013-10-16 16:32:40 +04:00
parent 6c503e5778
commit 895fed6b97
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<implementation-class>org.jetbrains.jet.plugin.ktSignature.KotlinSignatureInJavaMarkerUpdater</implementation-class> <implementation-class>org.jetbrains.jet.plugin.ktSignature.KotlinSignatureInJavaMarkerUpdater</implementation-class>
</component> </component>
<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> </component>
</project-components> </project-components>
@@ -40,9 +40,9 @@ import org.jetbrains.jet.plugin.versions.KotlinRuntimeLibraryUtil;
import java.util.Collection; import java.util.Collection;
import java.util.Set; import java.util.Set;
public class AbsentJdkAnnotationsNotifications extends AbstractProjectComponent { public class AbsentJdkAnnotationsComponent extends AbstractProjectComponent {
protected AbsentJdkAnnotationsNotifications(Project project) { protected AbsentJdkAnnotationsComponent(Project project) {
super(project); super(project);
} }