Skip to content

Commit

Permalink
Create v3
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Apr 19, 2024
1 parent 7a3dd10 commit f09f874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* A pre-configured {@link Serde} or {@link Serializer}, i.e., configs and isKey are set.
* @param <T> type of underlying configurable
*/
@RequiredArgsConstructor(access = AccessLevel.PACKAGE)
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
public final class Preconfigured<T> {
private final @NonNull Configurable<T> configurable;
private final @NonNull Map<String, Object> configOverrides;
Expand Down

0 comments on commit f09f874

Please sign in to comment.