We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dec0b commit f92dbd4Copy full SHA for f92dbd4
src/main/java/ml/anon/exception/LockedException.java renamed to src/main/java/ml/anon/exception/OutdatedException.java
@@ -4,5 +4,5 @@
4
import org.springframework.web.bind.annotation.ResponseStatus;
5
6
@ResponseStatus(HttpStatus.LOCKED)
7
-public class LockedException extends RuntimeException {
+public class OutdatedException extends RuntimeException {
8
}
0 commit comments