compile issue (#1723)

This commit is contained in:
PJ Fanning 2025-01-16 16:58:03 +01:00 committed by GitHub
parent 4a73fd9be0
commit b20ec825fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}