Skip to content

Commit

Permalink
docs: add WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdibi committed Oct 11, 2023
1 parent 5af9695 commit f025bb3
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

@Path("/deploy/v2")
public class DeploymentRestService {

private static final Logger logger = LoggerFactory.getLogger(DeploymentRestService.class);

private static final String KURA_PERMISSION_REST_DEPLOY_ROLE = "kura.permission.rest.deploy";
Expand Down Expand Up @@ -129,12 +129,9 @@ public DeploymentRequestStatus installDeploymentPackage(InstallRequest installRe
/**
* POST method.
*
* Installs the deployment package specified in the {@link InstallRequest}. If
* the request was already issued for
* the same {@link InstallRequest}, it returns the status of the installation
* process.
* WIP
*
* @param dataInputStream
* @param WIP
* @return a {@link DeploymentRequestStatus} object that represents the status
* of the installation request
*/
Expand Down

0 comments on commit f025bb3

Please sign in to comment.