Removed @author javadocs from code.
This commit is contained in:
@@ -26,9 +26,6 @@ import java.io.File;
|
||||
import static org.jetbrains.jet.cli.common.messages.CompilerMessageLocation.NO_LOCATION;
|
||||
import static org.jetbrains.jet.cli.common.messages.CompilerMessageSeverity.ERROR;
|
||||
|
||||
/**
|
||||
* @author Pavel Talanov
|
||||
*/
|
||||
public final class CompilerEnvironment {
|
||||
|
||||
public static CompilerEnvironment getEnvironmentFor(@NotNull KotlinPaths kotlinPaths, @Nullable File outputDir) {
|
||||
|
||||
@@ -19,9 +19,6 @@ package org.jetbrains.jet.compiler.runner;
|
||||
import java.io.File;
|
||||
import java.util.Collection;
|
||||
|
||||
/**
|
||||
* @author abreslav
|
||||
*/
|
||||
public interface OutputItemsCollector {
|
||||
void add(Collection<File> sourceFiles, File outputFile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user