Skip to content

Commit

Permalink
Merge pull request #402 from it-at-m/post-vacation-changes-review
Browse files Browse the repository at this point in the history
kleine Coding fixes
  • Loading branch information
MrSebastian authored Aug 30, 2024
2 parents 32e4b4d + b0a3c9b commit ffae4a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public List<WahltagModel> getWahltage(LocalDate tag) {
new WahltagModel("wahltagID2", LocalDate.now().minusMonths(1), "Beschreibung Wahltag 2", "1"));
}

@Override
public List<WahlModel> getWahlen(LocalDate wahltag, String wahltagNummer) throws WlsException {
return List.of(
new WahlModel("wahl1", "0", 1L, 1L, wahltag, BTW, new Farbe(0, 1, 2), "1"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.util.List;
import java.util.Optional;
import java.util.UUID;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
import org.springframework.cache.annotation.Cacheable;
Expand Down

0 comments on commit ffae4a0

Please sign in to comment.