Skip to content

Commit 6c710cf

Browse files
committed
# 2.3.33
* Issue #322 small refactoring of packages * Issue #323 add version for optimistic locking to org.woehlke.simpleworklist.domain.project.Project * Issue #324 add version for optimistic locking to org.woehlke.simpleworklist.domain.context.Context * Issue #325 add version for optimistic locking to org.woehlke.simpleworklist.domain.task.Task
1 parent 3c0484e commit 6c710cf

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

src/main/java/org/woehlke/simpleworklist/domain/context/Context.java

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

53-
@Version
54-
private Long version;
55-
5653
@ManyToOne(
5754
fetch = FetchType.LAZY,
5855
optional = false,

0 commit comments

Comments
 (0)