Skip to content

Commit

Permalink
Java Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kripajoy Melitpalathingal committed Aug 20, 2024
1 parent 5a9ce92 commit b8842db
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ public interface IScanServiceProvider {
*/
public String createAndExecuteScan(String type, Map<String, String> params);

//TODO
/**
* Initiates a Rescan
*
* @param params A Map of rescan parameters.
* @return The id of the submitted rescan, if successful. Otherwise, returns null.
*/
public String rescan(Map<String, String> params);

/**
Expand Down

0 comments on commit b8842db

Please sign in to comment.