Skip to content

Commit

Permalink
Sonar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Whiteley committed Mar 17, 2024
1 parent 1118ce8 commit 3696070
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@Configuration
public class OpenApiConfig {
@Bean
public OpenAPI customOpenAPI(@Value("${springdoc.version}") String appVersion) {
OpenAPI customOpenAPI(@Value("${springdoc.version}") String appVersion) {
Contact contact = new Contact();
contact.setName("Aidan Whiteley");
contact.setUrl("https://aidanwhiteley.com");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest;
import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthEndpoint;
import org.springframework.boot.actuate.info.Info;
import org.springframework.boot.actuate.info.InfoEndpoint;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
Expand Down

0 comments on commit 3696070

Please sign in to comment.