Skip to content

Commit

Permalink
Remove unnecessary a space character that got through Javadoc CI ;) (a…
Browse files Browse the repository at this point in the history
…pache#28863)

(Tongue in cheek) Spotless caught me when I did not end the first sentence of the Javadoc with a a dot, but it did not tell me I had an extra space before the `</a>` tag at the end of the sentence.
  • Loading branch information
joar authored Oct 11, 2023
1 parent 7a1245d commit 2bfcb9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ public void testReadingWithSplits() throws Exception {

/**
* Regression test for <a href="https://github.com/apache/beam/issues/28793">[Bug]: BigtableSource
* "Desired bundle size 0 bytes must be greater than 0" #28793 </a>.
* "Desired bundle size 0 bytes must be greater than 0" #28793</a>.
*/
@Test
public void testSplittingWithDesiredBundleSizeZero() throws Exception {
Expand Down

0 comments on commit 2bfcb9f

Please sign in to comment.