Removed @author javadocs from code.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user