Skip to content

Commit f1679b9

Browse files
Sheikah45Brutus5000
authored andcommitted
Remove redundant setter annotation
1 parent e74f73f commit f1679b9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/com/faforever/api/data/domain/AbstractEntity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.faforever.api.data.domain;
22

33
import lombok.EqualsAndHashCode;
4-
import lombok.Setter;
54

65
import javax.persistence.Column;
76
import javax.persistence.GeneratedValue;
@@ -12,7 +11,6 @@
1211

1312
@SuppressWarnings("unchecked")
1413
@MappedSuperclass
15-
@Setter
1614
@EqualsAndHashCode(of = "id")
1715
public abstract class AbstractEntity<T extends AbstractEntity<T>> {
1816
protected Integer id;

0 commit comments

Comments
 (0)