Dropped redundant interface
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ import javax.annotation.PreDestroy;
|
|||||||
|
|
||||||
/* This file is generated by org.jetbrains.jet.generators.injectors.InjectorsPackage. DO NOT EDIT! */
|
/* This file is generated by org.jetbrains.jet.generators.injectors.InjectorsPackage. DO NOT EDIT! */
|
||||||
@SuppressWarnings("all")
|
@SuppressWarnings("all")
|
||||||
public class InjectorForTopDownAnalyzerForJvm implements InjectorForTopDownAnalyzer {
|
public class InjectorForTopDownAnalyzerForJvm {
|
||||||
|
|
||||||
private final Project project;
|
private final Project project;
|
||||||
private final GlobalContext globalContext;
|
private final GlobalContext globalContext;
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright 2010-2013 JetBrains s.r.o.
|
|
||||||
*
|
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
* you may not use this file except in compliance with the License.
|
|
||||||
* You may obtain a copy of the License at
|
|
||||||
*
|
|
||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
*
|
|
||||||
* Unless required by applicable law or agreed to in writing, software
|
|
||||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
* See the License for the specific language governing permissions and
|
|
||||||
* limitations under the License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package org.jetbrains.jet.di;
|
|
||||||
|
|
||||||
import org.jetbrains.jet.lang.descriptors.ModuleDescriptor;
|
|
||||||
import org.jetbrains.jet.lang.resolve.TopDownAnalyzer;
|
|
||||||
|
|
||||||
public interface InjectorForTopDownAnalyzer {
|
|
||||||
ModuleDescriptor getModuleDescriptor();
|
|
||||||
|
|
||||||
TopDownAnalyzer getTopDownAnalyzer();
|
|
||||||
}
|
|
||||||
@@ -102,7 +102,6 @@ private fun generatorForTopDownAnalyzerForJs() =
|
|||||||
|
|
||||||
private fun generatorForTopDownAnalyzerForJvm() =
|
private fun generatorForTopDownAnalyzerForJvm() =
|
||||||
generator("compiler/frontend.java/src", "org.jetbrains.jet.di", "InjectorForTopDownAnalyzerForJvm") {
|
generator("compiler/frontend.java/src", "org.jetbrains.jet.di", "InjectorForTopDownAnalyzerForJvm") {
|
||||||
implementInterface(javaClass<InjectorForTopDownAnalyzer>())
|
|
||||||
commonForTopDownAnalyzer()
|
commonForTopDownAnalyzer()
|
||||||
|
|
||||||
publicField(javaClass<JavaDescriptorResolver>())
|
publicField(javaClass<JavaDescriptorResolver>())
|
||||||
|
|||||||
Reference in New Issue
Block a user