Skip to content

Commit ade3bbb

Browse files
committed
fix
1 parent 351cfd8 commit ade3bbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hopsworks-api/src/main/java/io/hops/hopsworks/api/dataset/DatasetResource.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
import io.hops.hopsworks.restutils.RESTCodes;
5858
import io.swagger.annotations.Api;
5959
import io.swagger.annotations.ApiOperation;
60-
import lombok.SneakyThrows;
6160

6261
import javax.ejb.EJB;
6362
import javax.ejb.TransactionAttribute;
@@ -367,7 +366,6 @@ public Response postByPath(@Context UriInfo uriInfo, @Context SecurityContext sc
367366
return Response.noContent().build();
368367
}
369368

370-
@SneakyThrows
371369
@PUT
372370
@Path("{path: .+}")
373371
@Produces(MediaType.APPLICATION_JSON)

0 commit comments

Comments
 (0)