Code smells fix
This commit is contained in:
parent
79df130868
commit
3fc5d9bfcb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import lombok.EqualsAndHashCode;
|
|||
|
||||
/** A device that can be turned either on or off */
|
||||
@Entity
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@Inheritance(strategy = InheritanceType.JOINED)
|
||||
public abstract class Switchable extends OutputDevice {
|
||||
|
||||
|
|
Loading…
Reference in a new issue