Skip to content

Commit

Permalink
Remove forced Sonar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurix committed Jun 23, 2023
1 parent f914ee7 commit 5b6b7ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.util.regex.Pattern;
import java.util.stream.Stream;
import org.apache.commons.lang3.StringUtils;
import org.springframework.web.util.UriBuilder;
import tech.jhipster.lite.error.domain.Assert;
import tech.jhipster.lite.module.domain.JHipsterModuleContext.JHipsterModuleContextBuilder;
import tech.jhipster.lite.module.domain.JHipsterModulePreActions.JHipsterModulePreActionsBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public ResponseEntity<RestJHipsterLandscape> modulesLandscape() {
@PostMapping("apply-patches")
@Operation(summary = "Apply multiple modules patches")
public void applyPatches(@RequestBody @Validated RestJHipsterModulesToApply modulesToApply) {
String useless = "";
modules.apply(modulesToApply.toDomain(projectFolder));
}

Expand Down

0 comments on commit 5b6b7ff

Please sign in to comment.