Skip to content

Commit

Permalink
chore: Add a new line before mentioning potential compatibility issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed Oct 31, 2024
1 parent 1dc3f3f commit 579a5f9
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ private void printKeyCoreLibraryDependencies(Bom bom) {
report
.append("If you encounter compatibility issues with protobuf-java 4.x, please update your codebase and dependencies to ensure compatibility. If this is not feasible, use libraries-bom-protobuf3 as a workaround. libraries-bom-protobuf3 includes the same client libraries and library versions as libraries-bom.")
.append("\n");
report
.append("If you encounter compatibility issues with protobuf-java 4.x, please update your codebase and dependencies to ensure compatibility. If this is not feasible, use libraries-bom-protobuf3 as a workaround. libraries-bom-protobuf3 includes the same client libraries and library versions as libraries-bom.")
.append("\n");
}

private void printApiReferenceLink() {
Expand Down

0 comments on commit 579a5f9

Please sign in to comment.