Minor. Converted class with class object to object.
This commit is contained in:
@@ -26,8 +26,7 @@ public interface CompilationCanceledStatus {
|
|||||||
fun checkCanceled(): Unit
|
fun checkCanceled(): Unit
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ProgressIndicatorAndCompilationCanceledStatus {
|
public object ProgressIndicatorAndCompilationCanceledStatus {
|
||||||
companion object {
|
|
||||||
private var canceledStatus: CompilationCanceledStatus? = null
|
private var canceledStatus: CompilationCanceledStatus? = null
|
||||||
|
|
||||||
platformStatic
|
platformStatic
|
||||||
@@ -40,5 +39,4 @@ public class ProgressIndicatorAndCompilationCanceledStatus {
|
|||||||
ProgressIndicatorProvider.checkCanceled()
|
ProgressIndicatorProvider.checkCanceled()
|
||||||
canceledStatus?.checkCanceled()
|
canceledStatus?.checkCanceled()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user