Skip to content

Commit

Permalink
Remove wrong annotatioon @Inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
IDragonfire committed May 16, 2017
1 parent 4ef1fd0 commit d32fae0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/faforever/api/data/domain/Login.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persistence.MappedSuperclass;
import javax.persistence.OneToOne;

@MappedSuperclass
@Inheritance(strategy = InheritanceType.JOINED)
@Setter
public abstract class Login {

Expand Down

0 comments on commit d32fae0

Please sign in to comment.