Commit f3805553 by Juho Juopperi

suppresswarning

1 parent 0f284fc2
...@@ -27,6 +27,7 @@ public class ReaderListDataView extends GenericCDIView { ...@@ -27,6 +27,7 @@ public class ReaderListDataView extends GenericCDIView {
private transient ListDataModel<Reader> readers; private transient ListDataModel<Reader> readers;
@SuppressWarnings("unused")
private static final Logger logger = LoggerFactory.getLogger(ReaderListDataView.class); private static final Logger logger = LoggerFactory.getLogger(ReaderListDataView.class);
public void initView() { public void initView() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!