Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jwomeara committed May 1, 2024
1 parent 597b5e7 commit 004fdbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import io.swagger.v3.oas.annotations.tags.Tag;

@Tag(name = "Table Cache Controller /v1", description = "DataWave Table Cache Operations",
externalDocs = @ExternalDocumentation(description = "Query Executor Service Documentation",
url = "https://github.com/NationalSecurityAgency/datawave-query-executor-service"))
externalDocs = @ExternalDocumentation(description = "Spring Boot Starter Datawave Metadata Documentation",
url = "https://github.com/NationalSecurityAgency/datawave-spring-boot-starter-metadata"))
@RestController
@RequestMapping(path = "/v1/AccumuloTableCache", produces = MediaType.APPLICATION_JSON_VALUE)
@ConditionalOnProperty(name = "datawave.table.cache.enabled", havingValue = "true", matchIfMissing = true)
Expand Down

0 comments on commit 004fdbe

Please sign in to comment.