This is an automated email from the ASF dual-hosted git repository.

johncasey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bfcb9fda37 Remove unnecessary a space character that got through 
Javadoc CI ;) (#28863)
2bfcb9fda37 is described below

commit 2bfcb9fda37be8d5b9550a1b118ed87d03fdf12c
Author: Joar Wandborg <j...@wandborg.se>
AuthorDate: Wed Oct 11 19:00:04 2023 +0200

    Remove unnecessary a space character that got through Javadoc CI ;) (#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.
---
 .../test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIOTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIOTest.java
 
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIOTest.java
index 971b91d89b7..f6224cc24b2 100644
--- 
a/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIOTest.java
+++ 
b/sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigtable/BigtableIOTest.java
@@ -768,7 +768,7 @@ public class BigtableIOTest {
 
   /**
    * 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 {

Reply via email to