Skip to content

Commit

Permalink
Correctly expose WrappingRuleSource
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jun 9, 2024
1 parent 2c78a20 commit 8f3e7d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@Extend(targetClass = SurfaceRules.RuleSource.class, unsafe = false)
@Expose
interface WrappingRuleSource extends SurfaceRules.RuleSource {
public interface WrappingRuleSource extends SurfaceRules.RuleSource {
KeyDispatchDataCodec<WrappingRuleSource> CODEC = KeyDispatchDataCodec.of(new MapCodec<>() {
static final MapCodec<WrappingRuleSource> DELEGATE = RecordCodecBuilder.mapCodec(i -> i.group(
SurfaceRules.RuleSource.CODEC.fieldOf("delegate").forGetter(WrappingRuleSource::delegate)
Expand Down

0 comments on commit 8f3e7d7

Please sign in to comment.