feature/offered_article_supplier #40

Merged
Seil0 merged 5 commits from feature/offered_article_supplier into master 2020-06-01 17:10:21 +02:00
Showing only changes of commit 6988d3f213 - Show all commits

View File

@ -26,7 +26,7 @@ public class SupplierOfferController {
@GetMapping("supplierOffers")
public String internListedArticles(Model model) {
List<UImodelOfferedArticle> totals = new ArrayList<UImodelOfferedArticle>();
List<UImodelOfferedArticle> totals = new ArrayList<>();
for (ArticleOffer article : offersRepository.findAll()) {
UImodelOfferedArticle tmp = new UImodelOfferedArticle();