From 2ac19641d9496eca33f57a034367a4f17bc14f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Mon, 8 Feb 2021 03:13:05 +0100 Subject: [PATCH] docs: fix javadoc formatting (#343) * docs: fix javadoc formatting One of the descriptions of the supported connection properties missed an ending block, which caused the entire formatting to be incorrect. Fixes #342 * fix: 'will be' => 'is' --- .../com/google/cloud/spanner/jdbc/JdbcDriver.java | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java b/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java index d2a2fea2..f7214ea7 100644 --- a/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java +++ b/src/main/java/com/google/cloud/spanner/jdbc/JdbcDriver.java @@ -67,7 +67,7 @@ * The property-value strings should be url-encoded. * *

The project-id part of the URI may be filled with the placeholder DEFAULT_PROJECT_ID. This - * placeholder will be replaced by the default project id of the environment that is requesting a + * placeholder is replaced by the default project id of the environment that is requesting a * connection. * *

The supported properties are: @@ -75,7 +75,7 @@ *

*/ public class JdbcDriver implements Driver {