Skip to content

Commit

Permalink
Update LicensePreValidationService.java
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
  • Loading branch information
o-kopysov authored Aug 20, 2024
1 parent c755d4f commit d175616
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/lpvs/LicensePreValidationService.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ protected SpringApplication createSpringApplication() {
* @param args The command-line arguments passed to the application.
*/
public static void main(String[] args) {
LicensePreValidationService lpvs = new LicensePreValidationService();
lpvs.run(args);
new LicensePreValidationService().run(args);
}

/**
Expand Down

0 comments on commit d175616

Please sign in to comment.