Skip to content

Commit c57b8af

Browse files
Jami CogswellJami Cogswell
authored andcommitted
Java: update comment
1 parent 5b0f449 commit c57b8af

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

java/ql/lib/ext/org.apache.hc.core5.http.impl.bootstrap.model.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ extensions:
33
pack: codeql/java-tests
44
extensible: sinkModel
55
data:
6-
- ["org.apache.hc.core5.http.impl.bootstrap", "HttpAsyncRequester", True, "connect", "(HttpHost,Timeout)", "", "Argument[0]", "%-url", "manual"] # ! ModelType: sink, Notes: double-check this
7-
- ["org.apache.hc.core5.http.impl.bootstrap", "HttpAsyncRequester", True, "connect", "(HttpHost,Timeout,Object,FutureCallback)", "", "Argument[0]", "%-url", "manual"] # ! ModelType: sink, Notes: double-check this
6+
# ! `HttpAsyncRequester` extends Object>AsyncRequester, no subclasses, inconsistent javadocs
7+
- ["org.apache.hc.core5.http.impl.bootstrap", "HttpAsyncRequester", True, "connect", "(HttpHost,Timeout)", "", "Argument[0]", "%-url", "manual"]
8+
- ["org.apache.hc.core5.http.impl.bootstrap", "HttpAsyncRequester", True, "connect", "(HttpHost,Timeout,Object,FutureCallback)", "", "Argument[0]", "%-url", "manual"]

0 commit comments

Comments
 (0)