Minor, uncomment throws with class literal in code
This commit is contained in:
+1
-1
@@ -22,6 +22,6 @@ public trait CommandLineProcessor {
|
||||
public val pluginId: String
|
||||
public val pluginOptions: Collection<CliOption>
|
||||
|
||||
// throws(CliOptionProcessingException::class)
|
||||
throws(CliOptionProcessingException::class)
|
||||
public fun processOption(option: CliOption, value: String, configuration: CompilerConfiguration)
|
||||
}
|
||||
Reference in New Issue
Block a user