compile issue (#1723)
This commit is contained in:
parent
4a73fd9be0
commit
b20ec825fc
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class SerialVersionRemoverPlugin extends StandardPlugin {
|
|||
val name = "serialversion-remover-plugin"
|
||||
val description = "Remove SerialVersionUid annotation from traits"
|
||||
|
||||
def init(options: List[String]): List[PluginPhase] = {
|
||||
override def init(options: List[String]): List[PluginPhase] = {
|
||||
(new SerialVersionRemoverPhase()) :: Nil
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue