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/06/17 18:34:21 UTC

[commons-codec] 02/02: 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-codec.git

commit 8c08eea2d84800d513fb85e9463840572a24647a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 17 14:34:14 2023 -0400

    Whitespace
---
 src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
index 5d124555..001ce710 100644
--- a/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
+++ b/src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
@@ -33,7 +33,7 @@ package org.apache.commons.codec.digest;
  * @see <a href=
  *      "https://docs.oracle.com/en/java/javase/17/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
  *      Java 17 Cryptography Architecture Sun Providers Documentation</a>
- *      
+ *
  * @since 1.10
  */
 public enum HmacAlgorithms {