Skip to content

Commit

Permalink
Hotfix paquete
Browse files Browse the repository at this point in the history
Hotfix: paquete mal colocado (Util)
  • Loading branch information
MBLasso committed Feb 23, 2022
1 parent e5f5cf5 commit 9077188
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* CAMPUS DE MÓSTOLES - CURSO 2021/2022
*/

package es.trident.rotomnet.service;
package es.trident.rotomnet.service.util;

import java.util.NoSuchElementException;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseStatus;

/*
/**
* NoSuchElementExceptionControllerAdvice Clase dedicada a configurar el lanzamiento de un error 404 ante una excepción NoSuchElementException
*/

Expand Down

0 comments on commit 9077188

Please sign in to comment.