Skip to content

Commit

Permalink
feat(): base delete rest controller added
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDiaz79 committed Nov 14, 2024
1 parent a777689 commit 04037de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
import org.springframework.web.bind.annotation.ResponseStatus;

/**
* {@code BaseDeleteController} class specifies the prototypes for listening for requests from the consumer
* to Delete (DELETE) a resource. This controller expects only one entry per request.
* {@code BaseDeleteRestController} class specifies the prototypes for listening for requests from the consumer
* to Delete (DELETE) a resource form an id. This controller expects only one entry per request.
*
* @param <S> service type
* @author Gabriel Jimenez
* @author Luis Diaz
*/
public class BaseDeleteRestController<
I extends BaseDeleteServiceRequest,
Expand Down

0 comments on commit 04037de

Please sign in to comment.