From 579a5f9c8a0cd76ac0c3d0d8881bff07ef8606fb Mon Sep 17 00:00:00 2001 From: blakeli Date: Thu, 31 Oct 2024 17:39:17 -0400 Subject: [PATCH] chore: Add a new line before mentioning potential compatibility issues. --- .../src/main/java/com/google/cloud/ReleaseNoteGeneration.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/release-note-generation/src/main/java/com/google/cloud/ReleaseNoteGeneration.java b/release-note-generation/src/main/java/com/google/cloud/ReleaseNoteGeneration.java index 70bb77a7c43..4f572591ba0 100644 --- a/release-note-generation/src/main/java/com/google/cloud/ReleaseNoteGeneration.java +++ b/release-note-generation/src/main/java/com/google/cloud/ReleaseNoteGeneration.java @@ -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() {