mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-13 03:26:31 +00:00
added ability to configure paginators to be used
added paginator for warnings command
This commit is contained in:
@@ -29,10 +29,6 @@ public class TemplateServiceBean implements TemplateService {
|
||||
@Autowired
|
||||
private Gson gson;
|
||||
|
||||
@Override
|
||||
public String renderTemplate(Template template) {
|
||||
return null;
|
||||
}
|
||||
|
||||
private String getPageString(Integer count) {
|
||||
HashMap<String, Object> params = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user