Skip to content

Commit

Permalink
Fixed BookBuilder conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Oct 22, 2021
1 parent 7f21c3c commit 63196ea
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,8 @@ public BookBuilder author(@Nullable final Component author) {
return this;
}

<<<<<<< Updated upstream
bookMeta.setAuthor(Legacy.SERIALIZER.serialize(author));
setMeta(bookMeta);
=======
if (VersionHelper.IS_COMPONENT_LEGACY) {
bookMeta.setAuthor(Legacy.SERIALIZER.serialize(author));
setMeta(bookMeta);
} else {
bookMeta.setAuthor(Legacy.SERIALIZER.serialize(author));
setMeta(bookMeta);
}

>>>>>>> Stashed changes
return this;
}

Expand Down

0 comments on commit 63196ea

Please sign in to comment.