Skip to content

Commit caa477c

Browse files
committed
type fix and removed route
1 parent dd9ac7a commit caa477c

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

deployment/templates/route.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/main/java/com/redhat/labs/lodestar/resource/ArtifactResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ArtifactResource {
3939
@APIResponses(value = {
4040
@APIResponse(responseCode = "200", description = "The list of artifacts has been processed."),
4141
@APIResponse(responseCode = "400", description = "Invalid list of artifacts provided.") })
42-
@Operation(summary = "Artifacs have been processed in persisted.")
42+
@Operation(summary = "Artifacts have been processed and persisted.")
4343
public Response processArtifacts(@Valid List<Artifact> artifacts,
4444
@QueryParam("authorEmail") Optional<String> authorEmail,
4545
@QueryParam("authorName") Optional<String> authorName) {

0 commit comments

Comments
 (0)