Commit 0f284fc2 by Juho Juopperi

suppresswarning

1 parent de5b1b9d
......@@ -79,6 +79,7 @@ public class ProductBean implements ProductBeanLocal {
@EJB
private ProductPBean productPBean;
@SuppressWarnings("unused")
private static final Logger logger = LoggerFactory.getLogger(ProductBean.class);
/**
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!