From 5ce4f4cad14abf1d4d1653d8e873f8a7239e896a Mon Sep 17 00:00:00 2001 From: Denis Zharkov Date: Mon, 20 Apr 2015 16:38:16 +0300 Subject: [PATCH] Temporary comment out `throws` usage in code Until new `throws` will be in bootstrap --- .../jetbrains/kotlin/compiler/plugin/CommandLineProcessor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/plugin-api/src/org/jetbrains/kotlin/compiler/plugin/CommandLineProcessor.kt b/compiler/plugin-api/src/org/jetbrains/kotlin/compiler/plugin/CommandLineProcessor.kt index 162f537c582..8d5645b814c 100644 --- a/compiler/plugin-api/src/org/jetbrains/kotlin/compiler/plugin/CommandLineProcessor.kt +++ b/compiler/plugin-api/src/org/jetbrains/kotlin/compiler/plugin/CommandLineProcessor.kt @@ -22,6 +22,6 @@ public trait CommandLineProcessor { public val pluginId: String public val pluginOptions: Collection - [throws(javaClass())] + // throws(CliOptionProcessingException::class) public fun processOption(option: CliOption, value: String, configuration: CompilerConfiguration) } \ No newline at end of file