Fix: Change visibility of ThrowingParser from package-private to public

This commit is contained in:
Lars Simon Winzer
2026-04-10 11:25:09 +02:00
parent 066d4ee8c3
commit 8f4ce1db80
@@ -6,7 +6,7 @@ package ch.unibas.dmi.dbis.cs108.casono.server.network.protocol.request.accessor
* @param <T> target type produced by the parser
*/
@FunctionalInterface
interface ThrowingParser<T> {
public interface ThrowingParser<T> {
/**
* Parses the provided raw parameter value.
*