Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
to kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
yole committed Jun 1, 2012
1 parent ba70367 commit 86856b6
Showing 1 changed file with 4 additions and 6 deletions.
@@ -1,3 +1,6 @@
package org.jetbrains.jet.j2k


/*
* Copyright 2010-2012 JetBrains s.r.o.
*
Expand All @@ -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() {
}

0 comments on commit 86856b6

Please sign in to comment.