Skip to content

Commit

Permalink
fix: Add missing comments
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <[email protected]>
  • Loading branch information
o-kopysov committed Mar 27, 2024
1 parent 5f72a43 commit 57da4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/lpvs/service/scan/LPVSDetectService.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ public class LPVSDetectService {
* Constructs an instance of LPVSDetectService with the specified parameters.
*
* @param scannerType The type of license detection scanner.
* @param isInternal
* @param isInternal Flag indicating whether the scanner is internal or not.
* @param gitHubConnectionService Service for connecting to the GitHub API.
* @param licenseService Service for license conflict analysis.
* @param gitHubService Service for GitHub connection and operation.
* @param scanServiceFactory
* @param scanServiceFactory Service for creating instance of the scanner.
*/
@Autowired
public LPVSDetectService(
Expand Down

0 comments on commit 57da4d6

Please sign in to comment.