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
@@ -39,9 +39,6 @@ import org.jetbrains.jet.lang.types.lang.KotlinBuiltIns;
import java.io.IOException;
/**
* @author abreslav
*/
// NOTE: After making changes, you need to re-generate the injectors.
// To do that, you can run either this class, or /build.xml/generateInjectors task
public class GenerateInjectors {
@@ -20,9 +20,6 @@ import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
/**
* @author abreslav
*/
public class GenerateTuplesAndFunctions {
private static final int TUPLE_COUNT = 23;