Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
o-alex committed Sep 23, 2022
1 parent 351cfd8 commit ade3bbb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
import io.hops.hopsworks.restutils.RESTCodes;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.SneakyThrows;

import javax.ejb.EJB;
import javax.ejb.TransactionAttribute;
Expand Down Expand Up @@ -367,7 +366,6 @@ public Response postByPath(@Context UriInfo uriInfo, @Context SecurityContext sc
return Response.noContent().build();
}

@SneakyThrows
@PUT
@Path("{path: .+}")
@Produces(MediaType.APPLICATION_JSON)
Expand Down

0 comments on commit ade3bbb

Please sign in to comment.