to kotlin

This commit is contained in:
Dmitry Jemerov
2012-06-01 16:30:29 +02:00
committed by Pavel V. Talanov
parent 2486e744d7
commit 1999c246f2
@@ -1,3 +1,6 @@
package org.jetbrains.jet.j2k
/*
* Copyright 2010-2012 JetBrains s.r.o.
*
@@ -13,13 +16,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.jetbrains.jet.j2k;
/**
* @author ignatov
*/
public class SetupJavaCoreEnvironmentException extends RuntimeException {
public SetupJavaCoreEnvironmentException(String s) {
}
public open class SetupJavaCoreEnvironmentException(s: String?): RuntimeException() {
}