This is an automated email from the ASF dual-hosted git repository.
terrymanu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 9bd9eaa6e55 Correct Javadoc casing on EncryptAlgorithm toConfiguration
(#39207)
9bd9eaa6e55 is described below
commit 9bd9eaa6e55d96e5db03d9fdac4d359795ba8829
Author: Eunbin Son <[email protected]>
AuthorDate: Wed Jul 22 15:08:21 2026 +0900
Correct Javadoc casing on EncryptAlgorithm toConfiguration (#39207)
---
.../java/org/apache/shardingsphere/encrypt/spi/EncryptAlgorithm.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/features/encrypt/api/src/main/java/org/apache/shardingsphere/encrypt/spi/EncryptAlgorithm.java
b/features/encrypt/api/src/main/java/org/apache/shardingsphere/encrypt/spi/EncryptAlgorithm.java
index 5c4f02d83fe..0c021c08c99 100644
---
a/features/encrypt/api/src/main/java/org/apache/shardingsphere/encrypt/spi/EncryptAlgorithm.java
+++
b/features/encrypt/api/src/main/java/org/apache/shardingsphere/encrypt/spi/EncryptAlgorithm.java
@@ -52,7 +52,7 @@ public interface EncryptAlgorithm extends
ShardingSphereAlgorithm {
EncryptAlgorithmMetaData getMetaData();
/**
- * convert to encryptor configuration.
+ * Convert to encryptor configuration.
*
* @return converted configuration
*/