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.readFileToString;
//import static org.apache.commons.io.FileUtils.writeStringToFile; //import static org.apache.commons.io.FileUtils.writeStringToFile;
// //
///**
// * @author ignatov
// */
//@SuppressWarnings({"CallToPrintStackTrace", "UseOfSystemOutOrSystemErr"}) //@SuppressWarnings({"CallToPrintStackTrace", "UseOfSystemOutOrSystemErr"})
//public class JavaToKotlinCli { //public class JavaToKotlinCli {
// private static final Logger myLogger = Logger.getAnonymousLogger(); // private static final Logger myLogger = Logger.getAnonymousLogger();
@@ -34,9 +34,6 @@ import java.io.PrintStream;
import java.net.URL; import java.net.URL;
import java.net.URLClassLoader; import java.net.URLClassLoader;
/**
* @author ignatov
*/
public class JavaToKotlinTranslator { public class JavaToKotlinTranslator {
private JavaToKotlinTranslator() { private JavaToKotlinTranslator() {
} }
@@ -16,8 +16,5 @@ package org.jetbrains.jet.j2k
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/**
* @author ignatov
*/
public open class SetupJavaCoreEnvironmentException(s: String?): RuntimeException() { 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 * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
/**
* @author ignatov
*/
public enum class Modifier(val name: String) { public enum class Modifier(val name: String) {
PUBLIC: Modifier("public") PUBLIC: Modifier("public")
PROTECTED: Modifier("protected") PROTECTED: Modifier("protected")
@@ -31,9 +31,6 @@ import org.jetbrains.annotations.Nullable;
import java.io.File; import java.io.File;
import java.io.IOException; import java.io.IOException;
/**
* @author ignatov
*/
public class StandaloneJavaToKotlinConverterTest extends TestCase { public class StandaloneJavaToKotlinConverterTest extends TestCase {
private final String myDataPath; private final String myDataPath;
private final String myName; private final String myName;
@@ -28,9 +28,6 @@ import java.util.Arrays;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;
/**
* @author ignatov
*/
abstract class TestCaseBuilder { abstract class TestCaseBuilder {
@NotNull @NotNull
private static final FilenameFilter emptyFilter = new FilenameFilter() { private static final FilenameFilter emptyFilter = new FilenameFilter() {