NoIssue: Change Context to be a record

This commit is contained in:
2026-01-28 11:42:19 +01:00
parent cb7a341b75
commit e155df5ffd

View File

@@ -1,4 +1,5 @@
package com.r35157.nenjim.hubd;
public interface Context {
public record Context(
) {
}