Skip to content

Commit

Permalink
update Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
LoiNguyenCS committed Nov 15, 2023
1 parent e2e666f commit 289fdfb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,9 @@ public boolean isAnUnsolvedStaticMethodCalledByAQualifiedClassName(MethodCallExp
* Ensure to check with {@link #isAnUnsolvedStaticMethodCalledByAQualifiedClassName} before
* calling this method.
*
* @param methodCall the method call to be used as input
* @param methodCall the method call to be used as input. This method call must contain one or
* more dot separated identifiers, followed by a single pair of parentheses containing
* arguments
* @param methodArguments the list of arguments for this method call
*/
public void updateClassSetWithQualifiedStaticMethodCall(
Expand Down

0 comments on commit 289fdfb

Please sign in to comment.