Se corrigen algunos warnings

parent acea1599
......@@ -15,8 +15,11 @@ import static ec.edu.espe.movilidad.MovilidadWS.Constant.GlobalConstants.V1_API_
@CrossOrigin(origins = "*")
@RequestMapping(V1_API_VERSION+"/Classpree")
public class CassPreController {
@Autowired
private IServiceTavClasPre serviceTavClasPre;
private final IServiceTavClasPre serviceTavClasPre;
public CassPreController(IServiceTavClasPre serviceTavClasPre) {
this.serviceTavClasPre = serviceTavClasPre;
}
@GetMapping("/exampleFindId/{id}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment