This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 993e05e95 Javadoc.
993e05e95 is described below
commit 993e05e95c65048acbebc1b6cca3cb3e1d0343dd
Author: JamesBognar <[email protected]>
AuthorDate: Sun Jun 12 10:44:05 2022 -0400
Javadoc.
---
.../juneau-dto/src/main/java/org/apache/juneau/dto/LinkString.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/juneau-core/juneau-dto/src/main/java/org/apache/juneau/dto/LinkString.java
b/juneau-core/juneau-dto/src/main/java/org/apache/juneau/dto/LinkString.java
index eaf589921..ddf077ce8 100644
--- a/juneau-core/juneau-dto/src/main/java/org/apache/juneau/dto/LinkString.java
+++ b/juneau-core/juneau-dto/src/main/java/org/apache/juneau/dto/LinkString.java
@@ -227,7 +227,7 @@ public class LinkString implements Comparable<LinkString> {
/**
- * Returns the name so that the {@link PojoQuery} class can search
against it.
+ * Returns the name so that the {@link ObjectSearcher} class can search
against it.
*/
@Override /* Object */
public String toString() {