Skip to content

Commit c1d5638

Browse files
committed
work
1 parent b98d980 commit c1d5638

File tree

1 file changed

+0
-3
lines changed
  • src/main/java/org/woehlke/java/simpleworklist/domain/project

1 file changed

+0
-3
lines changed

src/main/java/org/woehlke/java/simpleworklist/domain/project/Project.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ public class Project extends AuditModel implements Serializable, ComparableById<
5252
)
5353
private Long id;
5454

55-
@Version
56-
private Long version;
57-
5855
@ManyToOne(
5956
fetch = FetchType.LAZY,
6057
optional = true,

0 commit comments

Comments
 (0)