Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Nov 15, 2019
1 parent 951cbba commit 6a530fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/application/rest/CollectionsAccess.java
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public Response onboardDeveloper(@Context final HttpServletRequest request, fina
@Consumes(MediaType.APPLICATION_JSON)
@Path("/collections")
public Response syncCollections(@Context final HttpServletRequest request) {
// kube call to refresh collection
// kube call to sync collection
ApiClient apiClient = null;
try {
apiClient = KubeUtils.getApiClient();
Expand Down

0 comments on commit 6a530fc

Please sign in to comment.