Get rid of 'class object' usages in code and builtins
Replace some comments and library usages as well
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ public object ExampleConfigurationKeys {
|
||||
}
|
||||
|
||||
public class ExampleCommandLineProcessor : CommandLineProcessor {
|
||||
class object {
|
||||
companion object {
|
||||
public val EXAMPLE_PLUGIN_ID: String = "example.plugin"
|
||||
public val EXAMPLE_OPTION: CliOption = CliOption("exampleKey", "<value>", "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user