to kotlin
This commit is contained in:
committed by
Pavel V. Talanov
parent
2486e744d7
commit
1999c246f2
+4
-6
@@ -1,3 +1,6 @@
|
|||||||
|
package org.jetbrains.jet.j2k
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2010-2012 JetBrains s.r.o.
|
* Copyright 2010-2012 JetBrains s.r.o.
|
||||||
*
|
*
|
||||||
@@ -13,13 +16,8 @@
|
|||||||
* 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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package org.jetbrains.jet.j2k;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author ignatov
|
* @author ignatov
|
||||||
*/
|
*/
|
||||||
public class SetupJavaCoreEnvironmentException extends RuntimeException {
|
public open class SetupJavaCoreEnvironmentException(s: String?): RuntimeException() {
|
||||||
public SetupJavaCoreEnvironmentException(String s) {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user