Change visibility of ThrowingParser from package-private to public #250

Merged
lars.winzer merged 1 commits from fix/81-incorrect-visibility-of-throwingparser into main 2026-04-10 11:30:22 +02:00
Showing only changes of commit 8f4ce1db80 - Show all commits
@@ -6,7 +6,7 @@ package ch.unibas.dmi.dbis.cs108.casono.server.network.protocol.request.accessor
* @param <T> target type produced by the parser * @param <T> target type produced by the parser
*/ */
@FunctionalInterface @FunctionalInterface
interface ThrowingParser<T> { public interface ThrowingParser<T> {
/** /**
* Parses the provided raw parameter value. * Parses the provided raw parameter value.
* *