Removed @author javadocs from code.

This commit is contained in:
Evgeny Gerashchenko
2012-12-28 17:05:25 +04:00
parent 1de4da28fc
commit e03eaf6dde
1531 changed files with 30 additions and 4700 deletions
@@ -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);
}