Skip to content

Commit 508ccc8

Browse files
committed
make break context final
1 parent c2cb4aa commit 508ccc8

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/interaction/request/breaking

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/request/breaking/BreakManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ object BreakManager : RequestHandler<BreakRequest>() {
309309
}
310310

311311
abstract class BreakInfo(
312-
var context: BreakContext
312+
val context: BreakContext
313313
) {
314314
var breaking = false
315315
var breakingTicks = 0

0 commit comments

Comments
 (0)