Skip to content

Commit f92dbd4

Browse files
committed
Optimistic lock
1 parent 17dec0b commit f92dbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ml/anon/exception/LockedException.java renamed to src/main/java/ml/anon/exception/OutdatedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
import org.springframework.web.bind.annotation.ResponseStatus;
55

66
@ResponseStatus(HttpStatus.LOCKED)
7-
public class LockedException extends RuntimeException {
7+
public class OutdatedException extends RuntimeException {
88
}

0 commit comments

Comments
 (0)