Fix different formatting of block line comments with openjdk 23+ by dweiss · Pull Request #1161 · google/google-java-format
approved these changes Sep 13, 2024
copybara-service bot pushed a commit that referenced this pull request
Sep 13, 2024copybara-service bot pushed a commit that referenced this pull request
Sep 13, 2024The intent was to only run the test on JDK 23+ and to disable it until the linked issue was fixed, but it actually resulted in the test being discovered and run on all JDK versions. That's fine, because the test is backwards compatible (`///` comments are valid in all versions, they just aren't markdown comments until 23). The test is being fixed in #1161 PiperOrigin-RevId: 674301162
copybara-service bot pushed a commit that referenced this pull request
Sep 13, 2024The intent was to only run the test on JDK 23+ and to disable it until the linked issue was fixed, but it actually resulted in the test being discovered and run on all JDK versions. That's fine, because the test is backwards compatible (`///` comments are valid in all versions, they just aren't markdown comments until 23). The test is being fixed in #1161 PiperOrigin-RevId: 674352956
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters