Skip to content

Commit

Permalink
compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 16, 2025
1 parent 9491379 commit e9e1740
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit e9e1740

Please sign in to comment.