Information
Unable to compile class for JSP:An error occurred at line: [154] in the jsp file: [/news/vorlesetag/ankuendigung_vorlesetag.jsp]
The method decorateTitle(String, String, String, String, String, String) in the type Book is not applicable for the arguments (String, String, String, String, String)
151: String series_name = r.getString("series_name");
152: String series2_name = r.getString("series2_name");
153:
154: String decTitle = Book.decorateTitle(t, series2_name, series_name, vt, vnr);
155:
156: vorleseBooks.stream().filter(vorlese -> currBookId==vorlese.getBookId()).findFirst().ifPresent(o->o.setTitlesAuthor(decTitle, a, t));
157: }
Stacktrace: