Profile: Remove unused extends
This commit is contained in:
@ -14,7 +14,7 @@ import java.io.File
|
|||||||
/**
|
/**
|
||||||
* @author kiva
|
* @author kiva
|
||||||
*/
|
*/
|
||||||
class ProfileComponent : NeoComponent, ConfigFileBasedComponent<NeoProfile>() {
|
class ProfileComponent : ConfigFileBasedComponent<NeoProfile>() {
|
||||||
override fun onCheckComponentFiles() {
|
override fun onCheckComponentFiles() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user