Skip to content

Commit

Permalink
Make Card::toBuilder accessible by making Card concrete class
Browse files Browse the repository at this point in the history
  • Loading branch information
cfogrady committed Feb 13, 2023
1 parent 296627a commit 478006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/github/cfogrady/vb/dim/card/Card.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@Data
@SuperBuilder(toBuilder = true)
public abstract class Card<
public class Card<
HeaderType extends DimHeader,
CharacterStatsType extends CharacterStats,
TransformationType extends TransformationRequirements,
Expand Down

0 comments on commit 478006f

Please sign in to comment.