Adapt changes from main repo:

Remove @author javadoc by Evgeny Gerashchenko
This commit is contained in:
Pavel Talanov
2013-10-04 15:07:33 +04:00
committed by Pavel V. Talanov
parent 2c151fd7fc
commit aceeebdcfd
6 changed files with 0 additions and 18 deletions
@@ -18,9 +18,6 @@
//import static org.apache.commons.io.FileUtils.readFileToString;
//import static org.apache.commons.io.FileUtils.writeStringToFile;
//
///**
// * @author ignatov
// */
//@SuppressWarnings({"CallToPrintStackTrace", "UseOfSystemOutOrSystemErr"})
//public class JavaToKotlinCli {
// private static final Logger myLogger = Logger.getAnonymousLogger();
@@ -34,9 +34,6 @@ import java.io.PrintStream;
import java.net.URL;
import java.net.URLClassLoader;
/**
* @author ignatov
*/
public class JavaToKotlinTranslator {
private JavaToKotlinTranslator() {
}
@@ -16,8 +16,5 @@ package org.jetbrains.jet.j2k
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @author ignatov
*/
public open class SetupJavaCoreEnvironmentException(s: String?): RuntimeException() {
}
@@ -16,9 +16,6 @@ package org.jetbrains.jet.j2k.ast
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @author ignatov
*/
public enum class Modifier(val name: String) {
PUBLIC: Modifier("public")
PROTECTED: Modifier("protected")
@@ -31,9 +31,6 @@ import org.jetbrains.annotations.Nullable;
import java.io.File;
import java.io.IOException;
/**
* @author ignatov
*/
public class StandaloneJavaToKotlinConverterTest extends TestCase {
private final String myDataPath;
private final String myName;
@@ -28,9 +28,6 @@ import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* @author ignatov
*/
abstract class TestCaseBuilder {
@NotNull
private static final FilenameFilter emptyFilter = new FilenameFilter() {