Skip to content

Commit

Permalink
refactor(style): correct PlpSearchRoot record name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan-Zollinger committed Mar 23, 2024
1 parent 21cf1b5 commit bb2d912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import io.micronaut.serde.annotation.Serdeable;

@Serdeable
public record plpSearchRoot(Data data) {
public record PlpSearchRoot(Data data) {
}

0 comments on commit bb2d912

Please sign in to comment.