You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/25 13:24:34 UTC

[commons-dbcp] branch master updated: Javadoc/Comments: Remove extra "whitespace"

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new ad0e38f1 Javadoc/Comments: Remove extra "whitespace"
ad0e38f1 is described below

commit ad0e38f1d0071888b3f1a09735c6e0cb8bf5b89b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 25 09:24:30 2023 -0400

    Javadoc/Comments: Remove extra "whitespace"
---
 src/main/java/org/apache/commons/dbcp2/Utils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/Utils.java b/src/main/java/org/apache/commons/dbcp2/Utils.java
index d940586c..1f72ad85 100644
--- a/src/main/java/org/apache/commons/dbcp2/Utils.java
+++ b/src/main/java/org/apache/commons/dbcp2/Utils.java
@@ -13,7 +13,6 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- *
  */
 package org.apache.commons.dbcp2;