Browse Source

final fix

master
AntonioFrische 1 year ago
parent
commit
8414083830
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/java/com/antoniofrische/perifericosAdvisor/service/PerifericoService.java
  2. BIN
      target/classes/com/antoniofrische/perifericosAdvisor/service/PerifericoService.class

+ 2
- 2
src/main/java/com/antoniofrische/perifericosAdvisor/service/PerifericoService.java View File

@ -35,13 +35,13 @@ public class PerifericoService {
return result;
}
public Collection<Periferico> findByAnyGenre(String... tipo) {
public Collection<Periferico> findByAnyTipo(String... tipo) {
return queryService.anyTipo(tipo).exec();
}
public Collection<Periferico> findByAllGenres(String... tipo) {
public Collection<Periferico> findByAllTipo(String... tipo) {
return queryService.allTipo(tipo).exec();
}


BIN
target/classes/com/antoniofrische/perifericosAdvisor/service/PerifericoService.class View File


Loading…
Cancel
Save