This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git
The following commit(s) were added to refs/heads/master by this push:
new 53248622 Javadoc
53248622 is described below
commit 5324862267b52aa167e6d51aeaa13eb348b9e9e0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 18 09:58:59 2026 -0700
Javadoc
---
src/main/java/org/apache/commons/text/lookup/DnsStringLookup.java | 2 +-
src/main/java/org/apache/commons/text/lookup/FileStringLookup.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/apache/commons/text/lookup/DnsStringLookup.java
b/src/main/java/org/apache/commons/text/lookup/DnsStringLookup.java
index 615eb932..028879c2 100644
--- a/src/main/java/org/apache/commons/text/lookup/DnsStringLookup.java
+++ b/src/main/java/org/apache/commons/text/lookup/DnsStringLookup.java
@@ -77,7 +77,7 @@ final class DnsStringLookup extends AbstractStringLookup {
/**
* Looks up the DNS value of the key.
*
- * @param key The key to be looked up, may be null
+ * @param key The key to be looked up, may be null.
* @return The DNS value.
*/
@Override
diff --git a/src/main/java/org/apache/commons/text/lookup/FileStringLookup.java
b/src/main/java/org/apache/commons/text/lookup/FileStringLookup.java
index 687e736e..056c353b 100644
--- a/src/main/java/org/apache/commons/text/lookup/FileStringLookup.java
+++ b/src/main/java/org/apache/commons/text/lookup/FileStringLookup.java
@@ -74,7 +74,7 @@ final class FileStringLookup extends AbstractPathFencedLookup
{
* For example: "UTF-8:com/domain/document.properties".
* </p>
*
- * @param key The key to be looked up, may be null
+ * @param key The key to be looked up, may be null.
* @return The value associated with the key.
*/
@Override